We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this.$emit("image-added", file, Editor, cursorLocation, resetUploader);
Which needs the parent to use
@image-added="functionNameHere"
Instead of
@imageAdded
Its not working in newer versions, I tried and fixed myself. Hope this things helps those new comers.
The text was updated successfully, but these errors were encountered:
This works for me as well, thank you.
Sorry, something went wrong.
thank you @j0eii
I had an issue while trying to use this feature, followed this example https://github.com/davidroyer/vue2editor-images/blob/master/src/App.vue
It seems that the example is old and uses old event emit name maybe need to updated :)
No branches or pull requests
Which needs the parent to use
Instead of
Its not working in newer versions, I tried and fixed myself. Hope this things helps those new comers.
The text was updated successfully, but these errors were encountered: