Update src/components/Range/Range.vue

This commit is contained in:
Ilya Artamonov
2023-06-28 19:19:25 +03:00
committed by GitHub
parent 32ca724e32
commit 3c067987ce

View File

@@ -24,7 +24,7 @@ const props = withDefaults(defineProps<RangeProps>(), {
modelValue: '50',
label: 'Range slider',
disabled: false,
min: 0,
min: '0',
max: 100,
size: 'md',
steps: 1,