Skip to content

Fix typo #1422

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
May 17, 2017
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 @@ -7,7 +7,7 @@

- 无论是 HTML5 history 模式还是 hash 模式,它的表现行为一致,所以,当你要切换路由模式,或者在 IE9 降级使用 hash 模式,无须作任何变动。

- 在 HTML5 history 模式下,`router-link` 会拦截点击事件,让浏览器不在重新加载页面
- 在 HTML5 history 模式下,`router-link` 会拦截点击事件,让浏览器不再重新加载页面

- 当你在 HTML5 history 模式下使用 `base` 选项之后,所有的 `to` 属性都不需要写(基路径)了。

Expand Down