feat: 为多个组件的 VMenu 添加 scrim 属性

This commit is contained in:
jxxghp
2025-04-13 09:42:58 +08:00
parent 3d7a0d9b0d
commit 8b53cd0a09
5 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -113,6 +113,7 @@ onMounted(() => {
transition="scale-transition"
close-on-content-click
close-on-back
scrim
>
<!-- Menu Activator -->
<template #activator="{ props }">
@@ -121,7 +122,7 @@ onMounted(() => {
</IconBtn>
</template>
<!-- Menu Content -->
<VCard class="shortcut-menu-card border">
<VCard class="shortcut-menu-card">
<VCardItem class="shortcut-header border-b">
<VCardTitle class="font-weight-medium text-primary">捷径</VCardTitle>
<template #append>