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/
- [Vuejs]-How to access the file outside the reader.onload FileReader
- [Vuejs]-Serving static file locally on a subdomain
Source:stackexchange.com