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 'vue-quill-next';

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

Released under the MIT License.