2022-03-30 15:59:28 +00:00
|
|
|
---
|
|
|
|
template: Example
|
|
|
|
---
|
|
|
|
|
2022-04-06 05:56:08 +00:00
|
|
|
# `<NuxtLink>`
|
2022-03-30 15:59:28 +00:00
|
|
|
|
2022-04-06 05:56:08 +00:00
|
|
|
This example shows different ways to use `<NuxtLink>`.
|
2022-03-30 15:59:28 +00:00
|
|
|
|
|
|
|
::alert{type=info icon=💡}
|
2022-07-11 08:45:01 +00:00
|
|
|
`components/myNuxtLink.ts` defines a custom `<NuxtLink>`.
|
2022-03-30 15:59:28 +00:00
|
|
|
::
|
|
|
|
|
2022-04-06 05:56:08 +00:00
|
|
|
::ReadMore{link="/api/components/nuxt-link"}
|
2022-03-30 15:59:28 +00:00
|
|
|
::
|
|
|
|
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/nuxt-link" file="app.vue"}
|