From 40ba004082d027a6fc54f7d9a7ff003b8aaee76c Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 27 Oct 2024 01:06:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8Dtinymce=E7=9A=84?= =?UTF-8?q?=E5=A4=9A=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E6=8F=92=E4=BB=B6?= 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 345c0db..f2b612a 100644 --- a/src/components/Tinymce.vue +++ b/src/components/Tinymce.vue @@ -56,8 +56,8 @@ const props = defineProps({ plugins: { type: [String, Array], default: - //axupimgs - "preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template code codesample table pagebreak nonbreaking anchor insertdatetime advlist lists wordcount autosave", + // + "preview searchreplace autolink directionality visualblocks visualchars fullscreen image axupimgs link media template code codesample table pagebreak nonbreaking anchor insertdatetime advlist lists wordcount autosave", }, toolbar: { type: [String, Array],