Open
Description
📚 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
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 nuxt/nuxt#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