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...
Hoosegow asked 15/11, 2021 at 19:51

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...
Haynie asked 23/6, 2020 at 20:13
1

© 2022 - 2024 — McMap. All rights reserved.