Commit 4ae2a09abff785f213799f890c82e60faea4fcb7

Authored by huanghong
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 290 val = this.parser(val);
291 291 }
292 292  
293   - const {min, max} = this;
294 293 const isEmptyString = val.length === 0;
295 294 if(isEmptyString){
296 295 this.setValue(null);
... ...