From 20bd4633a414db5d25ab3d0169b1ae5f346eb347 Mon Sep 17 00:00:00 2001 From: Song Zeng <1561192122@qq.com> Date: Thu, 28 Mar 2019 10:31:20 +0800 Subject: [PATCH] fix wrong characters in zh-cn doc. fix wrong characters in zh-cn doc. --- docs/zh/api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/api/README.md b/docs/zh/api/README.md index cf0fb074b..484d13c0a 100644 --- a/docs/zh/api/README.md +++ b/docs/zh/api/README.md @@ -29,7 +29,7 @@ sidebar: auto ``` -在这种情况下,`` 将作为真实的链接 (它会获得正确的 `href` 的),而 "激活时的CSS类名" 则设置到外层的 `
  • `。 +在这种情况下,`` 将作为真实的链接 (它会获得正确的 `href` 的),而 "激活时的 CSS 类名" 则设置到外层的 `
  • `。 ## `` Props @@ -332,7 +332,7 @@ router.forward() const matchedComponents: Array = router.getMatchedComponents(location?) ``` -返回目标位置或是当前路由匹配的组件数组 (是数组的定义/构造类,不是实例)。通常在服务端渲染的数据预加载时时候。 +返回目标位置或是当前路由匹配的组件数组 (是数组的定义/构造类,不是实例)。通常在服务端渲染的数据预加载时使用。 ### router.resolve