vue-quill-editor
vue-quill-editor copied to clipboard
vue-quill-editor with nuxt 3
I can't get it to work in any way vue-quill-editor with nuxt 3. Maybe there is some solution?
Code:
- plugin quill.client.js import { defineNuxtPlugin } from '#app' import VueQuillEditor from 'vue-quill-editor'
export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use(VueQuillEditor) })
- in page:
I have same issue.
+1
same
help please
help please
I solved it. In nuxt.config.ts ssr: false // Disable Server Side rendering