Merge pull request #4746 from lllllxt/2.0

修复<Silder> BUG
This commit is contained in:
Aresn 2018-11-01 10:37:49 +08:00 committed by GitHub
commit b27695189f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}, },