We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
any
proxySlots
1 parent 2abcc24 commit 764c41aCopy full SHA for 764c41a
src/runtime/components/ContextMenu.vue
@@ -140,7 +140,7 @@ const ui = computed(() => contextMenu({
140
:loading-icon="loadingIcon"
141
:external-icon="externalIcon"
142
>
143
- <template v-for="(_, name) in proxySlots" #[name]="slotData: any">
+ <template v-for="(_, name) in proxySlots" #[name]="slotData">
144
<slot :name="name" v-bind="slotData" />
145
</template>
146
</UContextMenuContent>
src/runtime/components/DropdownMenu.vue
@@ -150,7 +150,7 @@ const ui = computed(() => dropdownMenu({
150
151
152
153
154
155
156
0 commit comments