From d5f2de7c436a5d24807d5608dbe778974242e05d Mon Sep 17 00:00:00 2001 From: Josh Deltener Date: Fri, 22 Oct 2021 11:02:53 -0500 Subject: [PATCH] docs: updated dynamic page to show an example url (#1370) --- docs/content/3.docs/2.directory-structure/9.pages.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/3.docs/2.directory-structure/9.pages.md b/docs/content/3.docs/2.directory-structure/9.pages.md index e39e1fbf8a..9790ccdb75 100644 --- a/docs/content/3.docs/2.directory-structure/9.pages.md +++ b/docs/content/3.docs/2.directory-structure/9.pages.md @@ -38,6 +38,12 @@ Given the example above, you can access group/id within your component via the ` ``` +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).