mirror of https://github.com/ElemeFE/element
fix checkbox label type (#1400)
parent
6873611cf1
commit
aa3f9939d0
|
@ -77,7 +77,7 @@
|
|||
|
||||
props: {
|
||||
value: {},
|
||||
label: String,
|
||||
label: {},
|
||||
indeterminate: Boolean,
|
||||
disabled: Boolean,
|
||||
checked: Boolean,
|
||||
|
|
Loading…
Reference in New Issue