File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ You can see below that 3 parameters are passed.
108
108
``` vue
109
109
<template>
110
110
<div id="app">
111
- <vue-editor id="editor" useCustomImageHandler @imageAdded ="handleImageAdded" v-model="htmlForEditor"> </vue-editor>
111
+ <vue-editor id="editor" useCustomImageHandler @image-added ="handleImageAdded" v-model="htmlForEditor"> </vue-editor>
112
112
</div>
113
113
</template>
114
114
Original file line number Diff line number Diff line change 31
31
| blur | quill | Emitted on ` blur ` event |
32
32
| selection-change | range, oldRange, source | Emitted on Quill's ` selection-change ` event |
33
33
| text-change | delta, oldDelta, source | Emitted on Quill's ` text-change ` event |
34
- | imageAdded | file, Editor, cursorLocation | Emitted when ` useCustomImageHandler ` is true and photo is being added to the editor |
35
- | imageRemoved | image | Emitted when ` useCustomImageHandler ` is true and photo has been deleted |
34
+ | image-added | file, Editor, cursorLocation | Emitted when ` useCustomImageHandler ` is true and photo is being added to the editor |
35
+ | image-removed | image | Emitted when ` useCustomImageHandler ` is true and photo has been deleted |
36
36
37
37
<!-- Emitted when the default save button is clicked -->
You can’t perform that action at this time.
0 commit comments