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