Nuxt/docs/content/4.examples/4.routing/nuxt-link.md

16 lines
346 B
Markdown

---
title: "<NuxtLink>"
description: "This example shows different ways to use <NuxtLink>."
toc: false
---
::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"}
::