5 lines
271 B
Markdown
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)
|