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() { - } } - -