Nuxt/docs/content/4.examples/4.routing/universal-router.md
Clément Ollivier 9a0fc57724
docs: update sitemap (#4063)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00

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