Fix rich editor tooltip typo for insert attachments button (#734)

修复富文本组件的显示提示信息

Co-authored-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: John Niang <johnniang@riseup.net>
pull/737/head
liuchang_cloud 2022-11-30 23:00:37 +08:00 committed by GitHub
parent 93e0bebddb
commit 2b7967a5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ const toolbarMenuItems = computed(() => {
{
type: "button",
icon: markRaw(MdiFileImageBox),
title: "SuperScript",
title: "插入附件",
action: () => (attachmentSelectorModal.value = true),
isActive: () => false,
},