From c4aa3f356cdae54f120e4984b40d8137c465bf82 Mon Sep 17 00:00:00 2001 From: liuchang Date: Wed, 30 Nov 2022 14:06:50 +0800 Subject: [PATCH] fix(fix rich editor component toptip): MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复富文本组件的显示提示信息 --- src/components/editor/DefaultEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editor/DefaultEditor.vue b/src/components/editor/DefaultEditor.vue index 0677be301..7ddc351b8 100644 --- a/src/components/editor/DefaultEditor.vue +++ b/src/components/editor/DefaultEditor.vue @@ -266,7 +266,7 @@ const toolbarMenuItems = computed(() => { { type: "button", icon: markRaw(MdiFileImageBox), - title: "SuperScript", + title: "插入附件", action: () => (attachmentSelectorModal.value = true), isActive: () => false, },