Open
Description
π The bug
When navigating to a new page, the route.params
object from useRoute
is empty.
π οΈ To reproduce
https://stackblitz.com/edit/github-hz29vt?file=pages/tabs/tab1.vue
π Expected behaviour
It should be an object with the current route parameters, query, etc.
βΉοΈ Additional context
- It works properly on
0.6.1
. - After navigating, reloading the page makes the
route.params
object show the correct content.