mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
17 lines
334 B
Markdown
17 lines
334 B
Markdown
---
|
|
template: Example
|
|
---
|
|
|
|
# `<NuxtLink>`
|
|
|
|
This example shows different ways to use `<NuxtLink>`.
|
|
|
|
::alert{type=info icon=💡}
|
|
`components/MyNuxtLink.ts` defines a custom `<NuxtLink>`.
|
|
::
|
|
|
|
::ReadMore{link="/api/components/nuxt-link"}
|
|
::
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/nuxt-link" file="app.vue"}
|