Skip to content

Instantly share code, notes, and snippets.

@12cassie34
Created January 4, 2022 09:56
Show Gist options
  • Save 12cassie34/87db817247417449ecc940b41c3fe6e5 to your computer and use it in GitHub Desktop.
Save 12cassie34/87db817247417449ecc940b41c3fe6e5 to your computer and use it in GitHub Desktop.
Vue Pagination - Step 2-1
methods: {
changeCurrentPage(pageNumber) {
this.currentPage = pageNumber
},
parseItemsPerPage() {
this.itemsPerPage = +this.itemsPerPage;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment