Closed srabieb closed 3 months ago
Hi @srabieb
After taking a look at your config, It looks like you've given an improper type to the plugins array, which is why the plugins are failing
to load. It expects this vue-ref/#plugins.
Expected:
<editor plugins="lists code" />
Incorrect implementation:
editorOptions: { plugins: [ 'lists code' ],
This issue is stale because it has been open 30 days with no activity. Please comment if you wish to keep this issue open or it will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
hi, I have next problems when install tinymce-vue version 5.1.1
it's my config