base_ui/pages/readme.md
2025-02-01 13:04:55 +03:30

5 lines
271 B
Markdown

Pages represent views for each specific route pattern. Every file in the pages/ directory represents
a different route displaying its content.
To use pages, create pages/index.vue file and add <NuxtPage /> component to the app.vue (or
remove app.vue for default entry)