mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: updated dynamic page to show an example url (#1370)
This commit is contained in:
parent
eaf0628f17
commit
d5f2de7c43
@ -38,6 +38,12 @@ Given the example above, you can access group/id within your component via the `
|
||||
</template>
|
||||
```
|
||||
|
||||
Navigating to `/users-admins/123` would render:
|
||||
|
||||
```
|
||||
admins 123
|
||||
```
|
||||
|
||||
## Nested Routes
|
||||
|
||||
We provide a semantic alias for `RouterView`, the `NuxtChild` component, for displaying the children components of a [nested route](https://next.router.vuejs.org/guide/essentials/nested-routes.html).
|
||||
|
Loading…
Reference in New Issue
Block a user