Update input-number.vue

This commit is contained in:
Aresn 2019-04-26 16:17:36 +08:00 committed by GitHub
parent 2c2d2fd465
commit f0e5fabc62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,7 +282,7 @@
this.dispatch('FormItem', 'on-form-blur', this.currentValue);
}
if (!this.activeChange) {
this.change(e)
this.change(e);
}
},
keyDown (e) {