lokyoung / vuejs-paginate

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

Missing alt attribute on previous and next #108

Open Linkbolt opened 5 years ago

Linkbolt commented 5 years ago

In my case the previous and next are symbols (< and >), and I need to put an alt text for accessibility.

Something like: :prev-text="'<'" :prev-alt="'Previous'" :next-text="'>'" :next-alt="'Next'"

Edit: Also add the possibility to add an alt text to the current index page. This is all due to reading software and also for the color blind.