lokyoung / vuejs-paginate

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

fix: update component on change "force-page" #121

Open zack11th opened 4 years ago

zack11th commented 4 years ago

If i change props "force-update" in parent component (for example in route), i wait that paginate also change. I added watcher on "forcePage". It force update paginate-component when this props changed.