From 17653ef774fced8a7bc2d20861566a424ff6d3a6 Mon Sep 17 00:00:00 2001 From: abab2320 <1589841436@qq.com> Date: Thu, 29 May 2025 17:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90PostEdit=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=98=BE=E7=A4=BA=EF=BC=8C=E4=BD=86=E6=98=AF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=AB=98=E4=BA=AE=E6=98=BE=E7=A4=BA=E8=BF=98=E6=98=AF?= =?UTF-8?q?=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/MarkdownRender.vue | 2 +- Front/vue-unilife/src/routers/routers.ts | 8 +++++ Front/vue-unilife/src/views/PostEditView.vue | 31 ++++++++----------- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/Front/vue-unilife/src/components/MarkdownRender.vue b/Front/vue-unilife/src/components/MarkdownRender.vue index ee69758..34aa383 100644 --- a/Front/vue-unilife/src/components/MarkdownRender.vue +++ b/Front/vue-unilife/src/components/MarkdownRender.vue @@ -38,7 +38,7 @@ async function renderMarkdown() { watch(() => props.content, renderMarkdown, { immediate: true }) -