-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
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
Upload images to server instead of using base64 #213
Comments
https://vueup.github.io/vue-quill/guide/modules.html#quill-modules |
haha |
@e274426380 Please did you finish designing the code, cos I am trying to configure it but I keep getting this error from the image uploader module. "missing config: upload function that returns a promise is required. This is my code: |
@realrecordzLab the docs has been updated to fix this issue, you can close it now |
I'm reading on the official quill.js repo this issue about image uploading in quill.
I need to avoid that the images are added to the DOM in base64 format but I need to have images uploaded and then inserted into the dom.
Is this possible in this vue version of quill?
The text was updated successfully, but these errors were encountered: