Open ilumin opened 7 years ago
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 #1
that does not help at all
try to install and test found that
tinymce is not defined
and its really not defined in code