lokyoung / vuejs-paginate

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

Sync two paginators #126

Open sedulka opened 4 years ago

sedulka commented 4 years ago

I have two paginators on the page and use typescript on my project. I have a problem with synchronization of them. I saw that you suggest fixing this issue using refs, but how do I do that using ts having the fact that your solution brings out the following error:

Property 'selected' does not exist on type 'Vue | Element | Vue[] | Element[]'. Property 'selected' does not exist on type 'Vue'.

Benoit1980 commented 2 years ago

I have the exact same issue, any solutions please? Thanks

Benoit1980 commented 2 years ago

Ok, found a solution, just add v-model="sync" in both