From 3c7f5bf0bca396987dadd4ccc68cdbe8131d48b4 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 (halo-dev/console#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 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, },