Skip to content

Instantly share code, notes, and snippets.

@12cassie34
Created January 4, 2022 09:57
Show Gist options
  • Save 12cassie34/38bdafe1898edda1cde9321460a3362f to your computer and use it in GitHub Desktop.
Save 12cassie34/38bdafe1898edda1cde9321460a3362f to your computer and use it in GitHub Desktop.
Vue Pagination - Step2-2
computed: {
totalPages: function() {
return Math.ceil(this.dataAmount / this.itemsPerPage)
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment