Skip to content

Commit

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

0 comments on commit bfb8a1d

Please sign in to comment.