Skip to content

Commit

Permalink
fix: v-for explicit key
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Mar 31, 2024
1 parent d345b2d commit 2b36e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/administration/AdminMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
>
<div class="list-group" id="list-tab" role="tablist">
<router-link
:ref="item.id"
:key="item.id"
v-for="item in section.children"
class="list-group-item list-group-item-action"
data-toggle="list"
Expand Down

0 comments on commit 2b36e64

Please sign in to comment.