Skip to content

Commit 1d2cc65

Browse files
Jinjiangposva
authored andcommitted
docs(zh): update (#2351)
1 parent bafbff7 commit 1d2cc65

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

Diff for: docs/zh/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 介绍
22

3+
<Bit/>
4+
35
:::tip 版本说明
46
对于 TypeScript 用户来说,`[email protected]+` 依赖 `[email protected]+`,反之亦然。
57
:::

Diff for: docs/zh/api/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sidebar: auto
44

55
# API 参考
66

7+
<Bit/>
8+
79
## `<router-link>`
810

911
`<router-link>` 组件支持用户在具有路由功能的应用中 (点击) 导航。

Diff for: docs/zh/guide/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 起步
22

3+
<Bit/>
4+
35
::: tip 注意
46
教程中的案例代码将使用 [ES2015](https://github.com/lukehoban/es6features) 来编写。
57

Diff for: docs/zh/guide/essentials/dynamic-matching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const User = {
5454
}
5555
```
5656

57-
或者使用 2.2 中引入的 `beforeRouteUpdate` 守卫
57+
或者使用 2.2 中引入的 `beforeRouteUpdate` [导航守卫](../advanced/navigation-guards.html)
5858

5959
``` js
6060
const User = {

0 commit comments

Comments
 (0)