Nuxt/docs/content/4.examples/4.routing/nuxt-link.md
Clément Ollivier 1a7b570c82
docs(examples): add examples to docs (#3966)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-30 17:59:28 +02:00

358 B

template
Example

NuxtLink

This example shows different ways to use Nuxtlink.

::alert{type=info icon=💡} components/myNuxtLink.js defines a custom NuxtLink. ::

::alert{type=info icon=👉} Learn more about NuxtLink. ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/nuxt-link" file="app.vue"}