Skip to content

Commit

Permalink
docs(zn): fix wrong characters in (#2681)
Browse files Browse the repository at this point in the history
fix wrong characters in zh-cn doc.
  • Loading branch information
songzeng2016 authored and posva committed Mar 28, 2019
1 parent b8e7b7a commit e57882c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sidebar: auto
</router-link>
```

在这种情况下,`<a>` 将作为真实的链接 (它会获得正确的 `href` 的),而 "激活时的CSS类名" 则设置到外层的 `<li>`
在这种情况下,`<a>` 将作为真实的链接 (它会获得正确的 `href` 的),而 "激活时的 CSS 类名" 则设置到外层的 `<li>`

## `<router-link>` Props

Expand Down Expand Up @@ -332,7 +332,7 @@ router.forward()
const matchedComponents: Array<Component> = router.getMatchedComponents(location?)
```
返回目标位置或是当前路由匹配的组件数组 (是数组的定义/构造类,不是实例)。通常在服务端渲染的数据预加载时时候
返回目标位置或是当前路由匹配的组件数组 (是数组的定义/构造类,不是实例)。通常在服务端渲染的数据预加载时使用
### router.resolve
Expand Down

0 comments on commit e57882c

Please sign in to comment.