update readme

This commit is contained in:
dntzhang 2018-11-04 20:34:16 +08:00
parent 95a76918fe
commit 11765fce4c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ render(<my-app />, "#container")
## 动态匹配
| 模式 | 匹配路径 | $route.params |
| 模式 | 匹配路径 | route.params |
|---------|------|--------|
| /user/:name | /user/dntzhang | `{ name: 'dntzhang' }` |
| /user/:name/category/:category | /user/dntzhang/category/js | `{ name: 'dntzhang', category: js }` |