mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix type of prop value of VDropdown.vue
This commit is contained in:
parent
eee531a907
commit
876cfb84a3
@ -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: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user