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 c3fdd5c commit a76a0ceCopy full SHA for a76a0ce
docs/zh-cn/api/properties.md
@@ -16,6 +16,6 @@
16
17
- **`html5`**: 使用 HTML5 history API ,监听 `popstate` 事件。支持 [`saveScrollPosition`](../options.html#savescrollposition) .
18
19
- - **`hash`**: 使用 `location.hash` ,监听 `hashchange` 事件。如果创建路由器时声明 `history: true` ,则在不支持 hitory 模式的路由器下会退化为 hash 模式。
+ - **`hash`**: 使用 `location.hash` ,监听 `hashchange` 事件。如果创建路由器时声明 `history: true` ,则在不支持 history 模式的路由器下会退化为 hash 模式。
20
21
- **`abstract`**: 不监听任何事件。如果没有 `window` 对象(例如非浏览器环境),则会自动退化到此模式。
0 commit comments