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