lokyoung / vuejs-paginate

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

Mention `value` prop in docs #119

Open OkciD opened 4 years ago

OkciD commented 4 years ago

Hello!

I am using vuejs-paginate@2.1.0 and I had a necessity to set selected page number explicitly. I was trying to pass the selected page number in both force-page and initial-page props, but it didn't work. Thanks to Vue devtools, I had found out the value property and successfully used it to determine selected page number. So, please, update the docs and mention the value property in the props table

lakhansamani commented 4 years ago

@OkciD thanks for reporting this, it helped me solved the same issue