You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`html5`**: uses HTML5 history API and listens to `popstate` events. Supports [`saveScrollPosition`](../options.html#savescrollposition).
17
+
-**`html5`**: HTML5 history API を使用し、`popstate`イベントをリッスンします。[`saveScrollPosition`](../options.html#savescrollposition) をサポートします。
18
18
19
-
-**`hash`**: uses `location.hash`and listens to `hashchange`events. When you specify `history: true`when creating the router, it will fallback into hash mode in browsers that do not support the history API.
19
+
-**`hash`**: `location.hash`と `hashchange`イベントをリッスンして使用します。ルーターを作成するときに、`history: true`を指定するとき、history API をサポートしていないブラウザでは hash モードにフォールバックします。
20
20
21
-
-**`abstract`**: does not listen to any events. Will auto-fallback into this mode if `window`is not present.
0 commit comments