Open lonnylot opened 4 years ago
I am using this library is being used in a larger form. Sometimes the form is submitted before the image upload finishes.
Would you consider adding a pre-upload event so we know an upload is going on? Something like:
this.$emit('uploading', <some unique ID that can be tracked on the upload-success event>)
I am using this library is being used in a larger form. Sometimes the form is submitted before the image upload finishes.
Would you consider adding a pre-upload event so we know an upload is going on? Something like: