fix: missing key in loops

This commit is contained in:
Huskydog9988
2025-04-12 16:03:35 -04:00
parent ed0562cb00
commit 48c41953dc
11 changed files with 38 additions and 25 deletions
@@ -41,6 +41,7 @@
<div class="flex flex-col">
<MenuItem
v-for="(nav, navIdx) in navigation"
:key="navIdx"
v-slot="{ active, close }"
hydrate-on-visible
>