Skip to content

Commit e1c5516

Browse files
committed
fix vue-router link
1 parent 9008449 commit e1c5516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/essentials/dynamic-matching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const User = {
4242
| /user/:username | /user/evan | `{ username: 'evan' }` |
4343
| /user/:username/post/:post_id | /user/evan/post/123 | `{ username: 'evan', post_id: 123 }` |
4444

45-
除了 `$route.params` 外,`$route` 对象还提供了其它有用的信息,例如,`$route.query`(如果 URL 中有查询参数)、`$route.hash` 等等。你可以查看 [API 文档](../api/route-object.md) 的详细说明。
45+
除了 `$route.params` 外,`$route` 对象还提供了其它有用的信息,例如,`$route.query`(如果 URL 中有查询参数)、`$route.hash` 等等。你可以查看 [API 文档](../api/route-object.html) 的详细说明。
4646

4747
### 响应路由参数的变化
4848

0 commit comments

Comments
 (0)