Skip to content

Commit 02c1741

Browse files
author
surmon
committed
update
1 parent 24ceeb5 commit 02c1741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Quill.register('modules/yourQuillModule', yourQuillModule)
216216

217217

218218
## Modules
219-
- [vue-quill-image-upload](https://github.com/NextBoy/vue-quill-editor-upload)
219+
- [quill-image-extend-module](https://github.com/NextBoy/quill-image-extend-module)
220220
- [quill-image-resize-module](https://github.com/kensnyder/quill-image-resize-module)
221221
- [quill-image-drop-module](https://github.com/kensnyder/quill-image-drop-module)
222222
- [quilljs-table](https://github.com/dost/quilljs-table)

src/ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const quillDirective = globalOptions => {
3131
const instanceName = getInstanceName(el, binding, vnode)
3232
let quill = self[instanceName]
3333

34-
// Emit event in Vue directive
34+
// Emit event in Vue directive
3535
const eventEmit = (vnode, name, data) => {
3636
const handlers = (vnode.data && vnode.data.on) ||
3737
(vnode.componentOptions && vnode.componentOptions.listeners)

0 commit comments

Comments
 (0)