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

How to use with Vue CLI

Open jpbecotte opened this issue 6 years ago • 7 comments

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.

jpbecotte avatar Oct 01 '18 16:10 jpbecotte