Skip to content

Commit 979d8ca

Browse files
Alex-Sokolovposva
authored andcommitted
[Docs] Update fallback-option in API (#2218)
1 parent 9bd8f3c commit 979d8ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docs/api/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ Since it's just a component, it works with `<transition>` and `<keep-alive>`. Wh
254254

255255
- type: `boolean`
256256

257-
Controls whether the router should fallback to `hash` mode when the browser does not support `history.pushState`. Defaults to `true`.
257+
- default: `true`
258+
259+
Controls whether the router should fallback to `hash` mode when the browser does not support `history.pushState` but mode is set to `history`.
258260

259261
Setting this to `false` essentially makes every `router-link` navigation a full page refresh in IE9. This is useful when the app is server-rendered and needs to work in IE9, because a hash mode URL does not work with SSR.
260262

0 commit comments

Comments
 (0)