diff --git a/src/components/Editor/src/Editor.vue b/src/components/Editor/src/Editor.vue index 7e81c58e..c1f07cf9 100644 --- a/src/components/Editor/src/Editor.vue +++ b/src/components/Editor/src/Editor.vue @@ -90,6 +90,12 @@ const editorConfig = computed((): IEditorConfig => { }, autoFocus: false, scroll: true, + EXTEND_CONF: { + mentionConfig: { + showModal: () => {}, + hideModal: () => {} + } + }, MENU_CONF: { ['uploadImage']: { server: getUploadUrl(),