From 3a490ee16e9c7c146aa809f108680205883fd588 Mon Sep 17 00:00:00 2001 From: wyy <3234929097@qq.com> Date: Mon, 21 Aug 2023 14:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=A7=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tiny-mce/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tiny-mce/index.vue b/src/components/tiny-mce/index.vue index 33f740c..74c20b7 100644 --- a/src/components/tiny-mce/index.vue +++ b/src/components/tiny-mce/index.vue @@ -245,7 +245,7 @@ export default { imageSuccessCBK (response, file, fileList) { const _this = this fileList.forEach(v => { - window.tinymce.get(_this.tinymceId).insertContent(``) + window.tinymce.get(_this.tinymceId).insertContent(``) }) } }