Skip to content

Commit e57882c

Browse files
songzeng2016posva
authored andcommitted
docs(zn): fix wrong characters in (#2681)
fix wrong characters in zh-cn doc.
1 parent b8e7b7a commit e57882c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sidebar: auto
2929
</router-link>
3030
```
3131

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

3434
## `<router-link>` Props
3535

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

0 commit comments

Comments
 (0)