Nuxt/docs/content/4.examples/4.routing/nuxt-link.md
Clément Ollivier 9a0fc57724
docs: update sitemap (#4063)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00

334 B

template
Example

<NuxtLink>

This example shows different ways to use <NuxtLink>.

::alert{type=info icon=💡} components/myNuxtLink.js defines a custom <NuxtLink>. ::

::ReadMore{link="/api/components/nuxt-link"} ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/nuxt-link" file="app.vue"}