Commit 4ae2a09abff785f213799f890c82e60faea4fcb7
1 parent
6043873c
update
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/components/input-number/input-number.vue
@@ -290,7 +290,6 @@ | @@ -290,7 +290,6 @@ | ||
290 | val = this.parser(val); | 290 | val = this.parser(val); |
291 | } | 291 | } |
292 | 292 | ||
293 | - const {min, max} = this; | ||
294 | const isEmptyString = val.length === 0; | 293 | const isEmptyString = val.length === 0; |
295 | if(isEmptyString){ | 294 | if(isEmptyString){ |
296 | this.setValue(null); | 295 | this.setValue(null); |