We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e7b7a commit e57882cCopy full SHA for e57882c
docs/zh/api/README.md
@@ -29,7 +29,7 @@ sidebar: auto
29
</router-link>
30
```
31
32
-在这种情况下,`<a>` 将作为真实的链接 (它会获得正确的 `href` 的),而 "激活时的CSS类名" 则设置到外层的 `<li>`。
+在这种情况下,`<a>` 将作为真实的链接 (它会获得正确的 `href` 的),而 "激活时的 CSS 类名" 则设置到外层的 `<li>`。
33
34
## `<router-link>` Props
35
@@ -332,7 +332,7 @@ router.forward()
332
const matchedComponents: Array<Component> = router.getMatchedComponents(location?)
333
334
335
-返回目标位置或是当前路由匹配的组件数组 (是数组的定义/构造类,不是实例)。通常在服务端渲染的数据预加载时时候。
+返回目标位置或是当前路由匹配的组件数组 (是数组的定义/构造类,不是实例)。通常在服务端渲染的数据预加载时使用。
336
337
### router.resolve
338
0 commit comments