flyween/vue3-quill

Has some problems when custom toolbar

Opened this issue · 1 comments

There are no changes when I custom toolbar using toolbar option setting in editorOption.modules

editorOption: { modules: { toolbar: [ [{ header: [1, false] }], ['image'] ] } }

There always show all default buttons in the toolbar.

I holp it can support custom toolbar. Maybe there are some bugs when merge custom options with default options.

Fixed in v0.2.3.
Thanks for your issue.