fix undefined modelValue in slider

pull/3252/head
Alexys Guerin 2022-11-14 16:42:55 +01:00
parent c839e2eab8
commit a6326b4cb4
1 changed files with 1 additions and 1 deletions

View File

@ -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 {