hootlex/vuejs-paginator

Vue 2 Refresh Pagination Bug

Craytor opened this issue · 1 comments

Hello!

I think I may have found a potential bug with refreshing data. For example, if you create the paginators by default in HTML, and then you update the content using vm.$refs.vpaginator.fetchData() and there is no data in the response, the paginator will not disappear. From there if you keep refreshing every 5 seconds, you will get an error that you cannot use fetchData of undefined, most likely because the vpaginator no longer exists.

Actually, this doesn't appear to be a bug, my bad.