Rich Text Editor Component for Vue 3.
VueQuill
Rich Text Editor Component for Vue 3.
See a Live Demo
VueQuill is a Vue 3 component for building rich text editors with Quill.
Install VueQuill with your package manager:
npm install @vueup/vue-quill@latest
# or
yarn add @vueup/vue-quill@latest
# or
pnpm add @vueup/vue-quill@latest
Use the component in a Vue single-file component and import the theme stylesheet you want:
That is enough for a basic editor. Remember to import a theme stylesheet (snow or bubble) and set content-type when binding HTML or plain text content.
Pull requests are welcome. For major changes, please create a new discussion first about what you would like to change.
No open issues yet, or sync has not completed.