Skip to content

Commit

Permalink
Merge pull request #797 from setchy/fix/v-for-key
Browse files Browse the repository at this point in the history
fix: v-for explicit key
  • Loading branch information
nscuro authored Apr 2, 2024
2 parents 8b1e790 + 618c5ee commit fc94fb8
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 @@ -25,6 +25,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 fc94fb8

Please sign in to comment.