lokyoung / vuejs-paginate

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

missing disabled-class #56

Closed mromanoff closed 6 years ago

mromanoff commented 7 years ago

vuejs-paginate has a property to set custom active class. :active-class="paginate__item--active" active-class | String | CSS class name for active page element. default: active but in there is not way to set disabled. In my case i need it for prevContent and nextContent elements. something like this :disabled-class="paginate__item--disabled"

lokyoung commented 6 years ago

@mromanoff Sorry for the delay. You can try this feature in v1.5.1. Any problems please reopen this issue. Thanks.