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