hswimmer

Results 3 comments of hswimmer

upload method should return a promise. Try: ``` imageUploader: { upload: async (file) => { if (!this.$utils.checkUploadFileSize(file)) { // If over 1MB this.$snackbar.show("can not upload file over 1MB"); return new...

set quill on window object: `window.Quill = Quill`

@mohammad5305 , it looks you have another issue on same line. When I debug the problematic code, I notice that we have two type of quill object : `window.Quill` and...