watching routes not working?
Hello, I've been trying to get route watching the query params to work. https://router.vuejs.org/guide/advanced/composition-api.html#Accessing-the-Router-and-current-Route-inside-setup
I currently have a paginator component that modifies the route query params on click and I'm trying to watch for route query changes, but those seem to never occur. Following the docs, I got this code:
the refresh never happens.
is my approach to pagination wrong? how can I fix this?
I currently have a paginator component that modifies the route query params on click and I'm trying to watch for route query changes, but those seem to never occur. Following the docs, I got this code:
the refresh never happens.
is my approach to pagination wrong? how can I fix this?
The official Router for Vue.js
