lokyoung/vuejs-paginate

Active page not changing

Closed this issue · 4 comments

srv91 commented

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!

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

@lokyoung Can you give us an example of that?

Gnoq commented

I found it: #85

Thanks!

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