From e45d151376b6993eb114ba47249a89fb73bc0a47 Mon Sep 17 00:00:00 2001 From: jacky Date: Thu, 23 May 2024 12:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/richtext/rich-edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/richtext/rich-edit.vue b/src/components/richtext/rich-edit.vue index 6c50f9e..f3db8b4 100644 --- a/src/components/richtext/rich-edit.vue +++ b/src/components/richtext/rich-edit.vue @@ -80,7 +80,7 @@ const customPaste = (editor, event, callback) => { // 显示蒙版 loadingShow.value = true let htmlData = event.clipboardData.getData('text/html') // 获取粘贴的 html - console.log(htmlData) + // console.log(htmlData) if (htmlData == "") { htmlData = event.clipboardData.getData('text/plain') // 获取粘贴的 html // console.log(htmlData)