Merge pull request #3252 from asyyy/issu-3251
Slider : fix undefined modelValue in sliderpull/3290/head
commit
4035d01764
|
@ -144,7 +144,7 @@ export default {
|
|||
this.dragging = true;
|
||||
this.updateDomData();
|
||||
|
||||
if (this.range && this.modelValue[0] === this.max) {
|
||||
if (this.range && this.value[0] === this.max) {
|
||||
this.handleIndex = 0;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue