mirror of
https://github.com/youzan/vant.git
synced 2026-05-08 01:07:46 +08:00
feat(Circle): size、rate、speed can be string type
This commit is contained in:
@@ -14,7 +14,7 @@ export type SharedSwitchProps = {
|
||||
};
|
||||
|
||||
export const switchProps = {
|
||||
size: [String, Number],
|
||||
size: [Number, String],
|
||||
value: null as any,
|
||||
loading: Boolean,
|
||||
disabled: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user