Vue引入TinyMCE富文本组件时遇到的问题

Q:

TypeError: Object(...) is not a function
 at Module../node_modules/_@[email protected]@@tinymce/tinymce-vue/lib/es2015/main/ts/components/Editor.js (Editor.js:37)

A:版本兼容问题
因为 @tinymce/[email protected] 仅针对[email protected]版本,需要降级。

Q:未找到图标
A:解决方式:import 'tinymce/icons/default/icons.min.js'

你可能感兴趣的:(vue.js,tinymce)