chore(FIeld): remove unused code (#7212)

This commit is contained in:
neverland
2020-09-20 10:12:55 +08:00
committed by GitHub
parent d9e24286d2
commit 17bd32491f
-2
View File
@@ -317,8 +317,6 @@ export default createComponent({
if (value !== this.value) {
this.$emit('input', value);
}
this.currentValue = value;
},
onInput(event) {