Skip to content

Commit 2b9dbe1

Browse files
g-planefnlctrl
authored andcommitted
Fix typo (#1422)
1 parent 5fd57e1 commit 2b9dbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/api/router-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

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

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

0 commit comments

Comments
 (0)