We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de77669 commit 237b598Copy full SHA for 237b598
docs/zh-cn/options.md
@@ -45,7 +45,7 @@
45
- 默认值: false
46
- 只在 HTML5 history 模式下可用
47
48
- 当用户点击后退按钮是,借助 HTML5 history 中的 `popstate` 事件对应的 state 来重置页面的滚动位置。注意,当 `<router-view>` 设定了相应的场景切换效果时,这个可能不会得到预想的效果。
+ 当用户点击后退按钮时,借助 HTML5 history 中的 `popstate` 事件对应的 state 来重置页面的滚动位置。注意,当 `<router-view>` 设定了相应的场景切换效果时,这个可能不会得到预想的效果。
49
50
#### transitionOnLoad
51
0 commit comments