Why does useRoute return incorrect route? #2041
-
Hello everyone. |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Nov 17, 2023
Replies: 1 comment
-
Because all navigations are async. The first time the route is ready is after |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because all navigations are async. The first time the route is ready is after
await router.isReady()