api-platform / create-client

Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
https://api-platform.com/docs/client-generator/
MIT License
370 stars 132 forks source link

Paginations not working #317

Closed ix3bd2 closed 2 years ago

ix3bd2 commented 2 years ago

hi, i generated vue via the command and everything seems to be working fine beside paginations . when i click on next the url changes to {{name}}?page=2 but the page content doesn't change. do you know how i can fix it ?

Thanks!