修复<Silder> BUG
修复<Silder> 显示数字输入框时, 清空输入框会导致组件失效
This commit is contained in:
parent
ae02246a2e
commit
78f16ed43a
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
handleInputChange (val) {
|
handleInputChange (val) {
|
||||||
this.currentValue = [val, this.currentValue[1]];
|
this.currentValue = [val || this.min, this.currentValue[1]];
|
||||||
this.emitChange();
|
this.emitChange();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue