update omi-router README KR

This commit is contained in:
LeeHyungGeun 2018-11-05 01:47:45 +11:00
parent bd38410835
commit 36181cee01
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ render(<my-app />, "#container")
## 동적매치
| 양식 | 매칭주소 | route.params |
| Rule | Path | route.params |
|---------|------|--------|
| /user/:name | /user/dntzhang | `{ name: 'dntzhang' }` |
| /user/:name/category/:category | /user/dntzhang/category/js | `{ name: 'dntzhang', category: js }` |