tinymce / tinymce-vue

Official TinyMCE Vue component
MIT License
2.06k stars 207 forks source link

how to import a custom plugin for vue3 #336

Closed RobertHan215 closed 1 year ago

RobertHan215 commented 2 years ago

i'm using vue3 in the project, and i create a very simple custom plugin by Yeoman , but i could't find a way to import my custom plugin in the vue3 project. Where to find the start guide for this part.

exalate-issue-sync[bot] commented 2 years ago

Ref: INT-3008

jscasca commented 1 year ago

@RobertHan215 There are many ways to include your custom plugin in a Vue project. You can:

Additionally, you can always import your custom logic and load it in the component's configuration setup