Vuejs Paginate Versions Save

A Vue.js(v2.x+) component for creating pagination.

v1.7.0

6 years ago

Add support for hide previous and next button.

v1.6.0

6 years ago
  • Add support for fist and last button by first-last-button. The user can turn to the first and last page by this
  • Set text for first and last button

v1.5.1

6 years ago

Set disabled item CSS class name by disabled-class.

v1.5.0

6 years ago

Safari pagination bug fixed.

v1.4.0

6 years ago

algorithm-improvement

v1.3.0

6 years ago

Set active page element class name by active-class.

v1.2.0

6 years ago

Add slot to support customize prev and next button inner HTML.

v1.1.0

6 years ago

Improve the performance when the page count is huge.

v1.0.0

6 years ago

Add option to support no li tag surround a tag

v0.9.1

6 years ago

Disable the next button when page count is 0.