tinymce-vue-2 icon indicating copy to clipboard operation
tinymce-vue-2 copied to clipboard

tinymce is not defined

Open ilumin opened this issue 7 years ago • 4 comments

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

ilumin avatar Oct 13 '17 11:10 ilumin

Did you install TinyMCE? And import it in your main.js?

npm install tinymce --save

main.js import tinymce from 'tinymce'; Vue.use(tinymce);

chafreaky avatar Oct 23 '17 13:10 chafreaky

yes same for me: ReferenceError: tinymce is not defined

franmadj avatar Nov 13 '17 20:11 franmadj

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

lattam avatar Nov 16 '17 16:11 lattam

Try this #1

that does not help at all

titosobabas avatar Jun 21 '21 18:06 titosobabas