Update src/components/Range/Range.vue

This commit is contained in:
Ilya Artamonov
2023-06-28 19:18:43 +03:00
committed by GitHub
parent 59ccab2d47
commit de1eb3668e

View File

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