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"
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"