From 631146eeb803054db5ca44c862183711bb1b0929 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 16 Aug 2025 17:16:31 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E6=AD=A3=E9=9D=A2=E5=8C=85?= =?UTF-8?q?=E5=B1=91=E5=AF=BC=E8=88=AA=E7=9A=84=E8=B7=B3=E8=BD=AC=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/MarkdownRenderer.vue | 1 - app/pages/productions/[...slug].vue | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/components/MarkdownRenderer.vue b/app/components/MarkdownRenderer.vue index e48fc98..8c09014 100644 --- a/app/components/MarkdownRenderer.vue +++ b/app/components/MarkdownRenderer.vue @@ -13,7 +13,6 @@ const props = defineProps() // 将 Markdown 转换成 HTML const safeHtml = computed(() => renderMarkdown(props.content)) -console.log('Markdown content:', safeHtml.value)