-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Labels
Description
Hi all, in the documentation @ Use Customer Image , it uses @imageAdded.
However using @imageAdded does not trigger the function.
Instead, by using @image-added only does the function is triggered.
<vue-editor id="editor" useCustomImageHandler @imageAdded="handleImageAdded" v-model="content" ></vue-editor>
inushima and rhdrlqkftk