mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
富文本菜单调整
This commit is contained in:
@@ -26,7 +26,16 @@
|
||||
|
||||
// 内容 HTML
|
||||
const valueHtml = ref('');
|
||||
const toolbarConfig = {};
|
||||
const toolbarConfig = {
|
||||
excludeKeys: [
|
||||
'insertLink', // 排除菜单组,写菜单组 key 的值即可
|
||||
"group-image",
|
||||
"todo",
|
||||
"insertVideo",
|
||||
"insertTable"
|
||||
]
|
||||
|
||||
};
|
||||
const editorConfig = ref({ placeholder: '请输入内容...', MENU_CONF: {} });
|
||||
|
||||
// 自定义图片上传
|
||||
|
||||
Reference in New Issue
Block a user