docs: updated dynamic page to show an example url (#1370)

This commit is contained in:
Josh Deltener 2021-10-22 11:02:53 -05:00 committed by GitHub
parent eaf0628f17
commit d5f2de7c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).