mirror of https://github.com/halo-dev/halo
Fix rich editor tooltip typo for insert attachments button (halo-dev/console#734)
修复富文本组件的显示提示信息 Co-authored-by: Ryan Wang <i@ryanc.cc> Co-authored-by: John Niang <johnniang@riseup.net>pull/3445/head
parent
0f23066545
commit
3c7f5bf0bc
|
@ -266,7 +266,7 @@ const toolbarMenuItems = computed(() => {
|
|||
{
|
||||
type: "button",
|
||||
icon: markRaw(MdiFileImageBox),
|
||||
title: "SuperScript",
|
||||
title: "插入附件",
|
||||
action: () => (attachmentSelectorModal.value = true),
|
||||
isActive: () => false,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue