mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
334 B
334 B
template |
---|
Example |
<NuxtLink>
This example shows different ways to use <NuxtLink>
.
::alert{type=info icon=💡}
components/myNuxtLink.js
defines a custom <NuxtLink>
.
::
::ReadMore{link="/api/components/nuxt-link"} ::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/nuxt-link" file="app.vue"}