vue-quill-editor icon indicating copy to clipboard operation
vue-quill-editor copied to clipboard

vue-quill-editor with nuxt 3

Open Marshumov opened this issue 3 years ago • 7 comments

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) })

  1. in page:

Marshumov avatar Jan 05 '22 07:01 Marshumov

I have same issue.

hajime9652 avatar Jan 07 '22 11:01 hajime9652

+1

anirudhmaddy avatar Feb 26 '22 06:02 anirudhmaddy

same

Alexandra536 avatar Mar 29 '22 16:03 Alexandra536

help please

beocaca avatar Apr 08 '22 07:04 beocaca

help please

vanngoczta avatar Jun 25 '22 12:06 vanngoczta

I solved it. In nuxt.config.ts ssr: false // Disable Server Side rendering

vanngoczta avatar Jul 06 '22 09:07 vanngoczta