Update src/components/Range/Range.vue
This commit is contained in:
@@ -21,7 +21,7 @@ interface RangeProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const props = withDefaults(defineProps<RangeProps>(), {
|
const props = withDefaults(defineProps<RangeProps>(), {
|
||||||
modelValue: 50,
|
modelValue: '50',
|
||||||
label: 'Range slider',
|
label: 'Range slider',
|
||||||
disabled: false,
|
disabled: false,
|
||||||
min: 0,
|
min: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user