From c2198cf65cad2b76007a8b6307b552fd89372273 Mon Sep 17 00:00:00 2001 From: sakuya <81883387@qq.com> Date: Sat, 29 May 2021 18:40:15 +0800 Subject: [PATCH] Update index.vue --- src/components/scEditor/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/scEditor/index.vue b/src/components/scEditor/index.vue index 7ce8148a..a5d87792 100644 --- a/src/components/scEditor/index.vue +++ b/src/components/scEditor/index.vue @@ -53,15 +53,15 @@ language: 'zh_CN', skin_url: '/tinymce/skins/ui/oxide', menubar: false, - statusbar: false, + statusbar: true, plugins: this.plugins, toolbar: this.toolbar, fontsize_formats: '12px 14px 16px 18px 20px 22px 24px 28px 32px 36px 48px 56px 72px', height: 500, placeholder: this.placeholder, branding: false, - resize: false, - elementpath: false, + resize: true, + elementpath: true, content_style: "", images_upload_handler: async (blobInfo, success, failure) => { const data = new FormData();