Update input-number.vue
This commit is contained in:
parent
2c2d2fd465
commit
f0e5fabc62
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@
|
|||
this.dispatch('FormItem', 'on-form-blur', this.currentValue);
|
||||
}
|
||||
if (!this.activeChange) {
|
||||
this.change(e)
|
||||
this.change(e);
|
||||
}
|
||||
},
|
||||
keyDown (e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue