Open Marshumov opened 2 years ago
I can't get it to work in any way vue-quill-editor with nuxt 3. Maybe there is some solution?
Code: 1) plugin quill.client.js import { defineNuxtPlugin } from '#app' import VueQuillEditor from 'vue-quill-editor'
export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use(VueQuillEditor) })
2) in page:
I can't get it to work in any way vue-quill-editor with nuxt 3. Maybe there is some solution?
Code: 1) plugin quill.client.js import { defineNuxtPlugin } from '#app' import VueQuillEditor from 'vue-quill-editor'
export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use(VueQuillEditor) })
2) in page: