mbouclas / tinymce-vue-2

A vue 2 component for TinyMCE
49 stars 15 forks source link

tinymce is not defined #9

Open ilumin opened 7 years ago

ilumin commented 7 years ago

try to install and test found that tinymce is not defined and its really not defined in code

chafreaky commented 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);

franmadj commented 7 years ago

yes same for me: ReferenceError: tinymce is not defined

lattam commented 6 years ago

Try this https://github.com/mbouclas/tinymce-vue-2/issues/1

titosobabas commented 3 years ago

Try this #1

that does not help at all