fix: Multiselect modelValue prop type
This commit is contained in:
parent
caa29c152d
commit
480aa8813e
@ -133,7 +133,7 @@ const props = defineProps({
|
|||||||
* The object with the value, updated every time an entry is selected.
|
* The object with the value, updated every time an entry is selected.
|
||||||
*/
|
*/
|
||||||
modelValue: {
|
modelValue: {
|
||||||
type: [] as PropType<{[key: string]: any}>,
|
type: [Object] as PropType<{[key: string]: any}>,
|
||||||
default: null,
|
default: null,
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user