diff --git a/docs/content/3.api/2.components/1.nuxt-page.md b/docs/content/3.api/2.components/1.nuxt-page.md index a74517c7bbd..abaf10294d9 100644 --- a/docs/content/3.api/2.components/1.nuxt-page.md +++ b/docs/content/3.api/2.components/1.nuxt-page.md @@ -2,7 +2,7 @@ `` is a built-in component that comes with Nuxt. `NuxtPage` component is required to display top-level or nested pages located in the `/pages` directory. -`NuxtPage` is a wrapper around [``](https://router.vuejs.org/api/#router-view-props) component from Vue Router. `NuxtPage` component accepts same `name` and `route` props. +`NuxtPage` is a wrapper around [``](https://router.vuejs.org/api/#router-view-props) component from Vue Router. `NuxtPage` component accepts same `name` and `route` props. - **name:** type: `string` @@ -20,7 +20,7 @@ Apart from the `name` and `route`, `NuxtPage` component also accepts `pageKey` p `pageKey` helps control when the `NuxtPage` component is re-rendered. -## Example +## Example For example, passing `static` key, `NuxtPage` component is rendered only once when it is mounted.