0👍
Two thoughts …
1 – the Vue/TinyMCE connector you reference has not been updated in 2 years. TinyMCE has its own Vue connector that is actively being developed:
https://github.com/tinymce/tinymce-vue
I would recommend using that connector as its under active development.
2 – What you are asking about is really just updating an existing TinyMCE plugin – the media plugin.
If you want different/modified behavior from that plugin you can modify the source code of the plugin and use the modified version.
- [Vuejs]-VueJS computed property using boolean prop not updating
- [Vuejs]-Pass dynamic parameter (ID) to URL (axios api call)
Source:stackexchange.com