--- toc: false --- # `` This example shows different ways to navigate between page with the `` component. ::alert{type=info icon=💡} `components/MyNuxtLink.ts` defines a custom ``. :: ::ReadMore{link="/docs/api/components/nuxt-link"} :: ::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/nuxt-link" file="app.vue"} ::