Skip to content

翻译有误 #1970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zh-cn/api/router-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"是否激活" 默认类名的依据是 **inclusive match** (全包含匹配)。
举个例子,如果当前的路径是 `/a` 开头的,那么 `<router-link to="/a">` 也会被设置 CSS 类名。

按照这个规则,`<router-link to="/">` 将会点亮各个路由!想要链接使用 "exact 匹配模式",则使用 `exact` 属性:
按照这个规则,每个路由都会激活`<router-link to="/">`!想要链接使用 "exact 匹配模式",则使用 `exact` 属性:

``` html
<!-- 这个链接只会在地址为 / 的时候被激活 -->
Expand Down