mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
fix(Checkbox): types
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user