We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 3.1.4 Vue Version: 3.2.47 Browsers: Chrome 108.0.0.0 OS: Linux x86_64
Open console to check that pagination triggers a few times. 1 event increase page, 2 event reset page to 1.
Pagination should work
It doesn't work when use reactive prop and real gql query
https://stackblitz.com/edit/vitejs-vite-yas2wj?file=src/App.vue
If I don't use gql then everything works as expected but I have no Idea why but in vuetify 2 this approach worked
The text was updated successfully, but these errors were encountered:
f5de299
nekosaur
No branches or pull requests
Environment
Vuetify Version: 3.1.4
Vue Version: 3.2.47
Browsers: Chrome 108.0.0.0
OS: Linux x86_64
Steps to reproduce
Open console to check that pagination triggers a few times.
1 event increase page, 2 event reset page to 1.
Expected Behavior
Pagination should work
Actual Behavior
It doesn't work when use reactive prop and real gql query
Reproduction Link
https://stackblitz.com/edit/vitejs-vite-yas2wj?file=src/App.vue
Other comments
If I don't use gql then everything works as expected but I have no Idea why but in vuetify 2 this approach worked
The text was updated successfully, but these errors were encountered: