diff --git a/src/components/input-number/input-number.vue b/src/components/input-number/input-number.vue index 485f0d7..b09de4b 100644 --- a/src/components/input-number/input-number.vue +++ b/src/components/input-number/input-number.vue @@ -282,7 +282,7 @@ this.dispatch('FormItem', 'on-form-blur', this.currentValue); } if (!this.activeChange) { - this.change(e) + this.change(e); } }, keyDown (e) { -- libgit2 0.21.4