[Vuejs]-(VueJS) TinyMCE Error : Cannot read property 'getContent' of null

0👍

It looks like this is an issue with the vue-easy-tinymce code you are using:

https://github.com/m3esma/vue-easy-tinymce/issues/3

…but I would note that code has not received an update in 3 years so it may not be maintained any longer.

TinyMCE provides its own Vue wrapper that is actively maintained so I would recommend switching to that component instead:

https://github.com/tinymce/tinymce-vue
https://www.tiny.cloud/docs/integrations/vue/

Leave a comment