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.
This commit is contained in:
parent
cc636e6ca3
commit
7dcebe7544
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ window.$docsify = {
|
|||
## routerMode
|
||||
|
||||
- type: `String`
|
||||
- default: `history`
|
||||
- default: `hash`
|
||||
|
||||
```js
|
||||
window.$docsify = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue