[Vuejs]-Can I use Tinymce-vue without a no-api-key CDN?

1👍

This is a duplicate of:
TinyMCE Vue Integration SelfHosted

TinyMCE needs to be imported before TinyMCE-vue or it gets pulled from CDN.
More than one import of TinyMCE-vue was causing the issue for me.
The linked issue has more information on importing plugins, skins etc. while self hosting.

👤Loom

Leave a comment