Nuxt/docs/4.examples/4.routing/nuxt-link.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

367 B

toc
false

<NuxtLink>

This example shows different ways to navigate between page with the <NuxtLink> component.

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

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

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