mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
18 lines
367 B
Markdown
18 lines
367 B
Markdown
---
|
|
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"}
|
|
::
|