lokyoung / vuejs-paginate

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

How change selected page #116

Closed aligilan closed 4 years ago

aligilan commented 4 years ago

When user refresh the page, page parameter changes in url but paginate number not change and will reset to first number. How can change 'selected page' parameter in paginate component?

aligilan commented 4 years ago

v-model="page"

godori commented 4 years ago

thanks aligian!