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

13 lines
397 B
Markdown

---
title: "Universal Router"
description: "This example demonstrates Nuxt universal routing utilities without depending on pages/ and vue-router."
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"}
::