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

nuxt install #11

Open hamzehparsi opened 3 weeks ago

hamzehparsi commented 3 weeks ago

“How can I use this package as a component in the Nuxt.js project?”

alekswebnet commented 3 weeks ago

Just import it as usual: https://github.com/alekswebnet/vue-quilly/blob/main/nuxt/components/CompleteEditor.vue If you need SSR, put your editor component into ClientOnly: https://github.com/alekswebnet/vue-quilly?tab=readme-ov-file#nuxt