How is the callback working on the onUploadImg #467
Unanswered
francoischaix-circeo
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Print res to see what's inside? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have created a vue template that uses the md-editor-v3. I have tried to implement theonUploadImage method, but the callback function does not update the url.
I've implemented the code that is proposed on the documentation:
On my backend I can see that the image is correctly uploaded and that the url is sent correctly to item.data.url, but on the editor I see this:
If I put manually in the editor the url that is returned by the backend, then it works fine, but I don't understand what I do wrong here. I would really appreciate a pointer.
Beta Was this translation helpful? Give feedback.
All reactions