Update src/components/Range/Range.vue

This commit is contained in:
Ilya Artamonov
2023-06-28 19:18:24 +03:00
committed by GitHub
parent 470c0b331d
commit 66a46aa237

View File

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