fix(components): [el-checkbox] modelValue (#6168) (#6169)

This commit is contained in:
gjfei
2022-03-07 16:58:14 +08:00
committed by GitHub
parent a7db76d782
commit d3915ed493

View File

@@ -73,7 +73,7 @@ export default defineComponent({
name: 'ElCheckbox',
props: {
modelValue: {
type: [Boolean, Number, String],
type: [Number, String, Boolean],
default: () => undefined,
},
label: {