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 Apr 2, 2024
1 parent 2b36e64 commit 618c5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/administration/AdminMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +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"
Expand Down

0 comments on commit 618c5ee

Please sign in to comment.