vue-file-base64
vue-file-base64 copied to clipboard
@Input instead of @change
Using @input is a safer way to have a trigger once the user selects a file. From my observation in Firefox, but I could be wrong, using change there can be a trigger also during the selection process (once the file selection window opens), before a file has actually been chosen