mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: remove extra word (#18750)
This commit is contained in:
parent
342e9aa1cc
commit
519a98c1ce
@ -57,7 +57,7 @@ Most components are reusable pieces of the user interface, like buttons and menu
|
||||
|
||||
![Pages are views tied to a specific route](/assets/docs/getting-started/views/pages.svg)
|
||||
|
||||
Pages represent views use for each specific route pattern. Every file in the `pages/` directory represents a different route displaying its content.
|
||||
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). You can now create more pages and their corresponding routes by adding new files in the `pages/` directory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user