Update slider.vue
This commit is contained in:
parent
4a12cdd2d8
commit
69745a3c92
1 changed files with 7 additions and 1 deletions
|
@ -254,6 +254,12 @@
|
|||
},
|
||||
valueRange () {
|
||||
return this.max - this.min;
|
||||
},
|
||||
firstPosition () {
|
||||
return this.currentValue[0];
|
||||
},
|
||||
secondPosition () {
|
||||
return this.currentValue[1];
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Reference in a new issue