Recommend to not use the auto-import useRoute()
📚 Is your documentation request related to a problem?
This is related to the fact that the auto-import useRoute() seems to rely on the use of <NuxtPage>
auto-imported useRoute() from nuxt requires use of <NuxtPage>
This gives sometimes old paths and empty params when navigating to a route in the ionix/nuxt app.
From the docs page, under Route Parameters
When accessing route parameters, useRoute() should continue to be used, just like regular Nuxt.
This is not working for me, because of https://github.com/nuxt/nuxt/issues/14595
But using
import { useRoute } from 'vue-router';
fixes the issue.
🔍 Where should you find it?
https://ionic.nuxtjs.org/overview/routing
ℹ️ Additional context
No response
I believe this already exists under the Watchouts section.
https://ionic.nuxtjs.org/get-started/watch-outs