Skip to content
On this page

Export

QuillEditor : The Quill Editor Component.

Quill : The Quill namespace on which you can call register.

js
export { QuillEditor, Quill }

Import

javascript
// ES6
import { QuillEditor, Quill } from '@vueup/vue-quill';

// CommonJS
const { QuillEditor, Quill } = require('@vueup/vue-quill');

Released under the MIT License.