fix Vmenu

This commit is contained in:
jxxghp
2023-07-12 08:21:07 +08:00
parent 84d3e66d3f
commit 0e7e61ff6c
4 changed files with 9 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ const props = defineProps<Props>()
<VMenu
v-if="props.menuList"
activator="parent"
close-on-content-click
>
<VList
:items="props.menuList"