1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

chore: ignores vue typescript error temporary

This commit is contained in:
Amir Raminfar
2024-05-17 16:31:54 -07:00
parent 5810383a29
commit 0c9c09dc4c
2 changed files with 194 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
</ul>
<ul class="containers menu p-0 [&_li.menu-title]:px-0" v-else>
<li v-for="{ label, containers, icon } in menuItems" :key="label">
<!-- @vue-ignore see https://github.com/vuejs/core/pull/10938#pullrequestreview-2062827140 -->
<details :open="!collapsedGroups.has(label)" @toggle="updateCollapsedGroups($event, label)">
<summary class="font-light text-base-content/80">
<component :is="icon" />