From 68f9c787e92c0db7464e8b5e1cc303d50f13479d Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 26 Oct 2024 21:18:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E9=9A=90=E8=97=8F=E5=A4=9A=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Tinymce.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Tinymce.vue b/src/components/Tinymce.vue index b62b204..6d90cbd 100644 --- a/src/components/Tinymce.vue +++ b/src/components/Tinymce.vue @@ -56,8 +56,8 @@ const props = defineProps({ plugins: { type: [String, Array], default: - // - "preview searchreplace autolink directionality visualblocks visualchars fullscreen image axupimgs link media template code codesample table pagebreak nonbreaking anchor insertdatetime advlist lists wordcount autosave", + //axupimgs + "preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template code codesample table pagebreak nonbreaking anchor insertdatetime advlist lists wordcount autosave", }, toolbar: { type: [String, Array],