Update src/components/Range/Range.vue
This commit is contained in:
@@ -15,7 +15,7 @@ interface RangeProps {
|
|||||||
label?: string;
|
label?: string;
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
min?: string;
|
min?: string;
|
||||||
max?: number;
|
max?: string;
|
||||||
size?: InputSize;
|
size?: InputSize;
|
||||||
steps?: number;
|
steps?: number;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user