Update src/components/Range/Range.vue

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

View File

@@ -17,7 +17,7 @@ interface RangeProps {
min?: string;
max?: string;
size?: InputSize;
steps?: number;
steps?: string;
}
const props = withDefaults(defineProps<RangeProps>(), {