lokyoung / vuejs-paginate

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

How to init with specific page selected force-page not working #47

Closed kiwo12345 closed 6 years ago

kiwo12345 commented 7 years ago

How do I init the pagination with eg page 3 selected? I already tried force-page="3" but page still starts with page 1 being selected

lokyoung commented 6 years ago

Hello @kiwo12345 . You can try initial-page="2".

kiralyta commented 3 years ago

What is our option now that initial-page prop is deprecated?