mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
367 B
367 B
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"} ::