commit
b27695189f
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@
|
|||
},
|
||||
|
||||
handleInputChange (val) {
|
||||
this.currentValue = [val, this.currentValue[1]];
|
||||
this.currentValue = [val || this.min, this.currentValue[1]];
|
||||
this.emitChange();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue