alekswebnet / vue-quilly

Tiny Vue component, that helps to create Quill v2 based WYSIWYG editors
https://vue-quilly.vercel.app/
MIT License
58 stars 6 forks source link

help #4

Closed ChinVision closed 5 months ago

ChinVision commented 5 months ago

please embedding a plugin named "quill image resize" plugin, thanks. when i use VUE3 and Vite build the project, i got a error....other plugin can't use

alekswebnet commented 5 months ago

@ChinVision It is possible, but with some tweaks, because the plugin supports Quill v1. Please run https://vue-quilly.vercel.app/#tab=image-resize and see https://github.com/alekswebnet/vue-quilly/blob/main/demo/src/components/ImageResizeEditor.vue

ChinVision commented 5 months ago

it's work! thanks!

alekswebnet commented 5 months ago

It's just a "quick fix" solution. It would be much better to upgrade quill-image-resize-module to make it compatible with Quill 2 https://github.com/kensnyder/quill-image-resize-module/issues/156 https://github.com/kensnyder/quill-image-resize-module/issues/150