Commit f0e5fabc6229d0c9e2c59f3a6618c999c626abea
Committed by
GitHub

1 parent
2c2d2fd4
Update input-number.vue
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/input-number/input-number.vue
@@ -282,7 +282,7 @@ | @@ -282,7 +282,7 @@ | ||
282 | this.dispatch('FormItem', 'on-form-blur', this.currentValue); | 282 | this.dispatch('FormItem', 'on-form-blur', this.currentValue); |
283 | } | 283 | } |
284 | if (!this.activeChange) { | 284 | if (!this.activeChange) { |
285 | - this.change(e) | 285 | + this.change(e); |
286 | } | 286 | } |
287 | }, | 287 | }, |
288 | keyDown (e) { | 288 | keyDown (e) { |