surmon-china / vue-quill-editor

@quilljs editor component for @vuejs(2)
https://github.surmon.me/vue-quill-editor
MIT License
7.38k stars 1.03k forks source link

vue-quill-editor with nuxt 3 #468

Open Marshumov opened 2 years ago

Marshumov commented 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:

Githubissues.
  • Githubissues is a development platform for aggregating issues.