diff --git a/docs/1.getting-started/3.views.md b/docs/1.getting-started/3.views.md index 0b5c486372..dee27d5e22 100644 --- a/docs/1.getting-started/3.views.md +++ b/docs/1.getting-started/3.views.md @@ -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 `` 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.