Nuxt/docs/content/4.examples/4.routing/universal-router.md
Clément Ollivier 944bba97ca
docs: update structure (#7047)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-09-13 14:54:31 +02:00

257 B

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