@@ -142,6 +142,7 @@ export default {
},
handleClick() {
if (!this.disabled) {
+ this.$refs.input.value = null;
this.$refs.input.click();
}