Fix type of prop value of VDropdown.vue

This commit is contained in:
timongh 2023-03-12 17:56:52 +08:00
parent eee531a907
commit 876cfb84a3

View File

@ -85,7 +85,7 @@ export default defineComponent({
}, },
props: { props: {
value: { value: {
type: [] as PropType<unknown>, type: null as PropType<unknown>,
required: true, required: true,
}, },
items: { items: {