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