Update src/components/Range/Range.vue
This commit is contained in:
@@ -17,7 +17,7 @@ interface RangeProps {
|
||||
min?: string;
|
||||
max?: string;
|
||||
size?: InputSize;
|
||||
steps?: number;
|
||||
steps?: string;
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<RangeProps>(), {
|
||||
|
||||
Reference in New Issue
Block a user