soccerloway / quill-better-table

Module for better table in Quill, more useful features are supported.
MIT License
313 stars 120 forks source link

Plugin cannot work with Error #15

Closed hanerx closed 4 years ago

hanerx commented 4 years ago

There are two errors when the editor loaded: image And I cannot get module when I use getModule() function, it returns an undefined image

soccerloway commented 4 years ago

@hanerx If you use quill-better-table with Vue-quill-editor ? quill-better-table relies on quilljs v2.0.0-dev.x, not a released version, but vue-quill-editor relies on quilljs 1.3.6. So you can not use quill-better-table with vue-quill-editor. Sorry about this.