henpin

Results 1 issues of henpin

I added the following code to my app ``` imageUploader: { upload: async (file) => { if (!this.$utils.checkUploadFileSize(file)) { // If over 1MB this.$snackbar.show("can not upload file over 1MB"); return...