mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
334 B
334 B
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"}