Skip to content

Commit

Permalink
fix(Pagination): page numbers not clickable (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonAppleMo committed Sep 8, 2023
1 parent 1a7eb27 commit c1e0654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/navigation/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<UButton
v-for="(page, index) of displayedPages"
:key="index"
:key="`${page}-${index}`"
:size="size"
:label="`${page}`"
v-bind="page === currentPage ? { ...ui.default.activeButton, ...activeButton } : { ...ui.default.inactiveButton, ...inactiveButton }"
Expand Down

1 comment on commit c1e0654

@vercel
Copy link

@vercel vercel bot commented on c1e0654 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.