tinymce-vue-2
tinymce-vue-2 copied to clipboard
tinymce is not defined
try to install and test found that
tinymce is not defined
and its really not defined in code
Did you install TinyMCE? And import it in your main.js
?
npm install tinymce --save
main.js
import tinymce from 'tinymce';
Vue.use(tinymce);
yes same for me: ReferenceError: tinymce is not defined
Try this https://github.com/mbouclas/tinymce-vue-2/issues/1
Try this #1
that does not help at all