From 93e1f7be2da0f20edd929acef2331de617cc475b Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sat, 11 Sep 2021 00:52:12 +0900 Subject: [PATCH] docs: fix dynamic routes template (#524) --- docs/content/2.app/2.pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.app/2.pages.md b/docs/content/2.app/2.pages.md index 42f4b6b3b6..3d4ed78349 100644 --- a/docs/content/2.app/2.pages.md +++ b/docs/content/2.app/2.pages.md @@ -12,7 +12,7 @@ If you place anything within square brackets, it will be turned into a [dynamic -| pages/ ---| index.vue ---| users-[group]/ ------| [userid].vue +-----| [id].vue ``` Given the example above, you can access group/userid within your component via the `$route` object: