-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vue-paginate]: 'listPaginate' is not registered in 'paginate' array. #109
Comments
Provide me please with code where you use Paginate component. Something like this: |
|
Have you defined 'listPaginate' as data like this:
? |
Yes
|
I am getting the list with vuex getters. Could this be the problem? I am emptying the previous list with ajax. then I filling it with ajax. This warning is given once, then the list is working normally. I can navigate between pages. |
I solved like this
does not give a warning now. Is this the right method? |
[vue-paginate]: 'listPaginate' is not registered in 'paginate' array.
I am getting this error at the console but there seems to be no problem in sight. How can I resolve this error?
I watching paginated("listPaginate")
I need to follow this . listing limit 6 item and ı need this 6 items data
The text was updated successfully, but these errors were encountered: