Nuxt/docs/content/1.docs/4.examples/4.routing/nuxt-link.md

18 lines
372 B
Markdown
Raw Normal View History

---
toc: false
---
2022-11-08 17:03:18 +00:00
# `<NuxtLink>`
This example shows different ways to navigate between page with the `<NuxtLink>` component.
::alert{type=info icon=💡}
2022-07-11 11:35:30 +00:00
`components/MyNuxtLink.ts` defines a custom `<NuxtLink>`.
::
::ReadMore{link="/docs/api/components/nuxt-link"}
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/nuxt-link" file="app.vue"}
::