base_ui/pages/readme.md

5 lines
271 B
Markdown
Raw Normal View History

2025-02-01 09:34:55 +00:00
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)