vue-easy-tinymce
vue-easy-tinymce copied to clipboard
How to use with Vue CLI
With Vue CLI 3:
Following all the steps, I am getting these errors: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
Error in callback for watcher "value": "TypeError: Cannot read property 'getContent' of null"
How to reproduce. Create a Vue project vue create tinymce
. Try to add an editor in one of the default views.