File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ const ui = computed(() => contextMenu({
140
140
:loading-icon="loadingIcon"
141
141
:external-icon="externalIcon"
142
142
>
143
- <template v-for="(_, name) in proxySlots" #[name]="slotData: any ">
143
+ <template v-for="(_, name) in proxySlots" #[name]="slotData">
144
144
<slot :name="name" v-bind="slotData" />
145
145
</template>
146
146
</UContextMenuContent>
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ const ui = computed(() => dropdownMenu({
150
150
:loading-icon="loadingIcon"
151
151
:external-icon="externalIcon"
152
152
>
153
- <template v-for="(_, name) in proxySlots" #[name]="slotData: any ">
153
+ <template v-for="(_, name) in proxySlots" #[name]="slotData">
154
154
<slot :name="name" v-bind="slotData" />
155
155
</template>
156
156
You can’t perform that action at this time.
0 commit comments