Issue 5002
This commit is contained in:
parent
eaddbfb000
commit
3f243f02ef
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
handleInputChange (val) {
|
handleInputChange (val) {
|
||||||
this.currentValue = [val || this.min, this.currentValue[1]];
|
this.currentValue = [val === 0 ? 0 : val || this.min, this.currentValue[1]];
|
||||||
this.emitChange();
|
this.emitChange();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue