mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 10:54:49 +00:00
10 lines
257 B
Markdown
10 lines
257 B
Markdown
|
---
|
||
|
template: Example
|
||
|
---
|
||
|
|
||
|
# 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"}
|