flyween / vue3-quill

Quill editor for vue3
https://flyween.github.io/vue3-quill/
MIT License
59 stars 16 forks source link

Has some problems when custom toolbar #1

Open Jane0220 opened 3 years ago

Jane0220 commented 3 years ago

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.

flyween commented 3 years ago

Fixed in v0.2.3. Thanks for your issue.