fix:修复引入plugin-mention插件后Editor组件报错
parent
9bc289cb2a
commit
2e1ef8aee4
|
|
@ -90,6 +90,12 @@ const editorConfig = computed((): IEditorConfig => {
|
|||
},
|
||||
autoFocus: false,
|
||||
scroll: true,
|
||||
EXTEND_CONF: {
|
||||
mentionConfig: {
|
||||
showModal: () => {},
|
||||
hideModal: () => {}
|
||||
}
|
||||
},
|
||||
MENU_CONF: {
|
||||
['uploadImage']: {
|
||||
server: getUploadUrl(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue