Skip to content

Commit

Permalink
Merge pull request #118 from IBEC-BOX/CardNews
Browse files Browse the repository at this point in the history
fix pagination
  • Loading branch information
Zh3nyaZh3nya authored Apr 17, 2024
2 parents f93d5ee + 5971bf7 commit 1046f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/Parts/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const props = defineProps({
sidesButton: { type: Boolean, default: true, }
})
defineEmits(['update-pagination'])
const emit = defineEmits(['update-pagination'])
function changePage(direction: number) {
const nextPage = currentPage.value + direction;
Expand Down

0 comments on commit 1046f7c

Please sign in to comment.