Nuxt/docs/content/4.examples/4.routing/universal-router.md
2022-11-08 18:03:18 +01:00

11 lines
253 B
Markdown

---
toc: 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"}
::