Update src/components/Range/Range.vue

This commit is contained in:
Ilya Artamonov
2023-06-28 19:18:29 +03:00
committed by GitHub
parent 66a46aa237
commit 1a112d8e81

View File

@@ -15,7 +15,7 @@ interface RangeProps {
label?: string;
disabled?: boolean;
min?: string;
max?: number;
max?: string;
size?: InputSize;
steps?: number;
}