lokyoung / vuejs-paginate

A Vue.js(v2.x+) component for creating pagination.
MIT License
779 stars 171 forks source link

Pagination starting at 1? #133

Closed goors closed 2 years ago

goors commented 2 years ago

I got model:

currentPage: number = 0;

next handler, when i click on next, says currentPage = 2 and not 1.

Issue?