lokyoung / vuejs-paginate

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

Use disabled attribute instead of class #109

Open mhluska opened 5 years ago

mhluska commented 5 years ago

It would be useful if there was an option to use the disabled attribute instead of a class. This is handy when the existing css in the codebase relies on the attribute rather than a class.