fix(Checkbox): types

This commit is contained in:
Benjamin Canac
2022-11-29 13:54:35 +01:00
parent 543b4e025f
commit 629bb72424

View File

@@ -37,7 +37,7 @@ const props = defineProps({
default: null default: null
}, },
modelValue: { modelValue: {
type: [String, Number, Boolean, Array], type: [Boolean, Array],
default: null default: null
}, },
name: { name: {