lokyoung / vuejs-paginate

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

Active page not changing #91

Closed srv91 closed 5 years ago

srv91 commented 5 years ago

Hi, I just started to face this issue of active page not changing. Cross checked with your demo and even that's broken. Could you please check and update? Many thanks!

lokyoung commented 5 years ago

Hi @srv91 . You can solve this issue by passing a v-model for now or use the 1.x version. I will try to find it i can make it work well without v-model. Thanks and sorry for the late response.

Gnoq commented 5 years ago

@lokyoung Can you give us an example of that?

Gnoq commented 5 years ago

I found it: #85

Thanks!

lokyoung commented 5 years ago

Hi @Gnoq @srv91 . You can try v2.1.0. Now you can change the active page without binding v-model. Thanks.