From fd2a35e262806f39b261ed33c8f2f31908fa5107 Mon Sep 17 00:00:00 2001 From: Zheng Jie <201507802@qq.com> Date: Wed, 5 Jul 2023 11:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0WangEditor=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E6=94=AF=E6=8C=81v-model=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/Editor.vue | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/views/components/Editor.vue b/src/views/components/Editor.vue index 383035f..50be5b9 100644 --- a/src/views/components/Editor.vue +++ b/src/views/components/Editor.vue @@ -5,7 +5,7 @@ wangEditor

- + @@ -20,11 +20,7 @@ export default { data() { return { editorContent: - ` - - ` + `更多帮助请查看官方文档` } }, computed: { @@ -34,16 +30,6 @@ export default { ]) }, mounted() { - } } - -