Skip to content

Commit

Permalink
docs(zh): update (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang authored and posva committed Aug 14, 2018
1 parent bafbff7 commit 1d2cc65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/zh/README.md
@@ -1,5 +1,7 @@
# 介绍

<Bit/>

:::tip 版本说明
对于 TypeScript 用户来说,`vue-router@3.0+` 依赖 `vue@2.5+`,反之亦然。
:::
Expand Down
2 changes: 2 additions & 0 deletions docs/zh/api/README.md
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
@@ -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
Expand Up @@ -54,7 +54,7 @@ const User = {
}
```

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

``` js
const User = {
Expand Down

0 comments on commit 1d2cc65

Please sign in to comment.