Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend to not use the auto-import useRoute() #512

Open
mszeftel opened this issue Jan 25, 2024 · 1 comment
Open

Recommend to not use the auto-import useRoute() #512

mszeftel opened this issue Jan 25, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation needs reproduction

Comments

@mszeftel
Copy link

mszeftel commented Jan 25, 2024

馃摎 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

@mszeftel mszeftel added the documentation Improvements or additions to documentation label Jan 25, 2024
@Andr9651
Copy link

I believe this already exists under the Watchouts section.
https://ionic.nuxtjs.org/get-started/watch-outs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation needs reproduction
Projects
None yet
Development

No branches or pull requests

2 participants