mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
[improvement] make props less magic (#3775)
This commit is contained in:
@@ -11,8 +11,8 @@ export const CheckboxMixin = ({ parent, bem, role }) => ({
|
||||
props: {
|
||||
name: null,
|
||||
value: null,
|
||||
iconSize: [String, Number],
|
||||
disabled: Boolean,
|
||||
iconSize: [Number, String],
|
||||
checkedColor: String,
|
||||
labelPosition: String,
|
||||
labelDisabled: Boolean,
|
||||
|
Reference in New Issue
Block a user