Skip to content

Commit 7dcebe7

Browse files
niksudanQingWei-Li
authored andcommitted
docs: Correct default value for routerMode (#549)
This was `history` when it should have been set to `hash`. It also described the correct value in the example, which was misleading. Please makes sure these boxes are checked before submitting your PR, thank you! * [x] Make sure you are merging your commits to `master` branch. * [x] Add some descriptions and refer relative issues for you PR. * [x] DO NOT include files inside `lib` directory.
1 parent cc636e6 commit 7dcebe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ window.$docsify = {
368368
## routerMode
369369

370370
- type: `String`
371-
- default: `history`
371+
- default: `hash`
372372

373373
```js
374374
window.$docsify = {

0 commit comments

Comments
 (0)