From f1cad195315414f2a1439a29b3fb4a03f6580a21 Mon Sep 17 00:00:00 2001 From: ronger Date: Tue, 6 Feb 2024 09:37:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(styles):=20=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E6=95=88=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/article/post/_article_id.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/article/post/_article_id.vue b/pages/article/post/_article_id.vue index 350b5be..00cc853 100644 --- a/pages/article/post/_article_id.vue +++ b/pages/article/post/_article_id.vue @@ -427,11 +427,8 @@ height: 480, placeholder: '', //_ts.$t('inputContent', _ts.$store.state.locale) resize: false, - value: '' + value: articleContent }); - - let mark = _ts.contentEditor.html2md(articleContent); - _ts.contentEditor.setValue(mark); }) } }