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

13 lines
304 B
Markdown

---
template: Example
---
# Universal Router
This example demonstrates Nuxt universal routing utilities without depending on `pages/` and `vue-router`.
::ReadMore{link="/guide/features/routing"}
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/routing/universal-router" file="app.vue"}