From 2b7967a5dd909052bddf86915c021b9c49d5d7d5 Mon Sep 17 00:00:00 2001 From: liuchang_cloud <44662176+liuchangfitcloud@users.noreply.github.com> Date: Wed, 30 Nov 2022 23:00:37 +0800 Subject: [PATCH] Fix rich editor tooltip typo for insert attachments button (#734) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复富文本组件的显示提示信息 Co-authored-by: Ryan Wang Co-authored-by: John Niang --- 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 0677be30..7ddc351b 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, },