Nuxt/docs/content/4.examples/4.routing/universal-router.md

397 B

title description toc
Universal Router This example demonstrates Nuxt universal routing utilities without depending on pages/ and vue-router. false

Universal Router

This example demonstrates Nuxt universal routing utilities without depending on pages/ and vue-router.

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