Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 27, 2024
1 parent b3bc3ba commit 6d31549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ useSeoMeta({
<AuthorsList :authors="guide.authors" />
<div class="mt-2">
<UBadge
v-for="(tag, index) of guide.tags"
:key="index"
v-for="(tag, tagIndex) of guide.tags"
:key="tagIndex"
:label="tag"
color="blue"
size="xs"
Expand Down

0 comments on commit 6d31549

Please sign in to comment.