mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-08 01:42:38 +00:00
358 B
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"}