Skip to content

Instantly share code, notes, and snippets.

@12cassie34
Created January 4, 2022 09:59
Show Gist options
  • Save 12cassie34/f57b834fbf49a9c2f6d246d00d59691b to your computer and use it in GitHub Desktop.
Save 12cassie34/f57b834fbf49a9c2f6d246d00d59691b to your computer and use it in GitHub Desktop.
Vue Pagination - Step 2-4
const start = this.currentPage * this.itemsPerPage - this.itemsPerPage;
const end = start + this.itemsPerPage;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment