docs: fix dynamic routes (#525)

This commit is contained in:
kazuya kawaguchi 2021-09-11 02:55:27 +09:00 committed by GitHub
parent 93e1f7be2d
commit 2c82c27960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ If you place anything within square brackets, it will be turned into a [dynamic
-----| [id].vue
```
Given the example above, you can access group/userid within your component via the `$route` object:
Given the example above, you can access group/id within your component via the `$route` object:
```vue
<template>