Create navigation in Nuxt 3

  • Navigation and NuxtLink | Nuxt 3 Tutorials #23 | Urdu & Hindi

    In this video, you will learn how to create navigation and use NuxtLink in Nuxt 3. Nuxt does not use the standard a or hyperlink tags for navigation. Instead, it uses its own NuxtLink or nuxt-link tag, which is used with a “to” attribute to navigate to different pages. The NuxtLink tag does not use the href attribute as we…

    Read More »
Back to top button