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
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 bothforce-page
andinitial-page
props, but it didn't work. Thanks to Vue devtools, I had found out thevalue
property and successfully used it to determine selected page number. So, please, update the docs and mention thevalue
property in the props table