nuxt-link Questions
2
I am trying to use <NuxtLink> to redirect in Nuxt 3.
However, my page won't show after the URL change.
That means, after clicking the link, the URL changes to whatever is stated in the to=&qu...
1
Solved
In Nuxt, we can use router-link as well as nuxt-link. What is the advantage of using nuxt-link over router-link?
<nuxt-link to="/about">About</nuxt-link>
instead of
<route...
1
© 2022 - 2024 — McMap. All rights reserved.