Skip to content

Commit

Permalink
fix: max-pages-shown pagination for responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 20, 2024
1 parent c9b3f9f commit 92ef9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomPagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<vue-awesome-paginate
:total-items="props.totalItems"
:items-per-page="props.perpage"
:max-pages-shown="5"
:max-pages-shown="3"
v-model="page"
:on-click="onClickHandler"
/>
Expand Down

0 comments on commit 92ef9cb

Please sign in to comment.