after uploading a file using el-upload, the page has to be refreshed every time before uploading again. How to clear the contents of the file in el-upload after uploading the file (regardless of success or failure)?
after uploading a file using el-upload, the page has to be refreshed every time before uploading again. How to clear the contents of the file in el-upload after uploading the file (regardless of success or failure)?
this.$refs.upload.clearFiles ()
Previous: Publish your own npm package, and windows reports an error.
Next: Does Mini Program's wx.previewImage allow you to add text prompts?