Skip to content

docs(zh): update #2351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/zh/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 介绍

<Bit/>

:::tip 版本说明
对于 TypeScript 用户来说,`[email protected]+` 依赖 `[email protected]+`,反之亦然。
:::
Expand Down
2 changes: 2 additions & 0 deletions docs/zh/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ sidebar: auto

# API 参考

<Bit/>

## `<router-link>`

`<router-link>` 组件支持用户在具有路由功能的应用中 (点击) 导航。
Expand Down
2 changes: 2 additions & 0 deletions docs/zh/guide/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 起步

<Bit/>

::: tip 注意
教程中的案例代码将使用 [ES2015](https://github.com/lukehoban/es6features) 来编写。

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/essentials/dynamic-matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const User = {
}
```

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

``` js
const User = {
Expand Down