You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| v-model:modelValue\*| U \ U[]| Model value. It will automatically detect the type of model and show the corresponding thumb(s) |[]|
101
-
| min | number | The minimum value allowed | 0 |
102
-
| max | number | The maximum value allowed | 100 |
103
-
| step | number | Step | 1 |
104
-
| vertical | boolean | Determines if the range is vertical. Note that it will generate new classes like 'm-range-v-xxx' | false |
105
-
| addable | boolean | Determines if new data can be added/deleted. You can specify the data to be added by `addData` prop | false |
106
-
| addData | (value: number) => RangeData<T, U> | Data to be added. This will only effect while modelValue is RangeData[]. It will return { value } by default | undefined |
107
-
| limit | number | the limit can be add | undefined |
108
-
| smooth | boolean | Determines if the thumb(s) should only be displayed on the stop points or not | false |
109
-
| deduplicate | boolean | Determines if the thumb(s) can be duplicated | true |
110
-
| rangeHighlight | boolean | Determines if the range between the minimum and maximum values should be highlighted. This only has an effect when the modelValue is an array with a length of 2| false |
111
-
| showStops | boolean \| number | Determines if dots should be displayed on the track. When set to a number, dots will only be displayed if the number of stops is less than the specified value | 12 |
| v-model:modelValue\*| U \ U[]| Model value. It will automatically detect the type of model and show the corresponding thumb(s) |[]|
101
+
| min | number | The minimum value allowed | 0 |
102
+
| max | number | The maximum value allowed | 100 |
103
+
| step | number | Step | 1 |
104
+
| vertical | boolean | Determines if the range is vertical. Note that it will generate new classes like 'm-range-v-xxx' | false |
105
+
| addable | boolean | Determines if new data can be added/deleted. You can specify the data to be added by `addData` prop | false |
106
+
| addData | (value: number) => RangeData<T, U> | Data to be added. This will only effect while modelValue is RangeData[]. It will return { value } by default | undefined |
107
+
| limit | number | the limit can be add | undefined |
108
+
| smooth | boolean | Determines if the thumb(s) should only be displayed on the stop points or not | false |
109
+
| deduplicate | boolean | Determines if the thumb(s) can be duplicated | true |
110
+
| rangeHighlight | boolean | Determines if the range between the minimum and maximum values should be highlighted. | false |
111
+
| showStops | boolean \| number | Determines if dots should be displayed on the track. When set to a number, dots will only be displayed if the number of stops is less than the specified value | 12 |
0 commit comments