wangeditor自定义菜单
时间是衡量事业的标准。 —— 培根
代码如下:
1 | import { DomEditor, IButtonMenu, IDomEditor, ISelectMenu } from '@wangeditor/editor' |
配置:
1 | /** |
如果我们还需要配置到hoverbar
1 | editor.getConfig().hoverbarKeys['text'].menuKeys.unshift('mention-set') |
时间是衡量事业的标准。 —— 培根
代码如下:
1 | import { DomEditor, IButtonMenu, IDomEditor, ISelectMenu } from '@wangeditor/editor' |
配置:
1 | /** |
如果我们还需要配置到hoverbar
1 | editor.getConfig().hoverbarKeys['text'].menuKeys.unshift('mention-set') |