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:
Nik Sudan
2018-06-25 14:17:02 +01:00
committed by cinwell.li
parent cc636e6ca3
commit 7dcebe7544

View File

@@ -368,7 +368,7 @@ window.$docsify = {
## routerMode
- type: `String`
- default: `history`
- default: `hash`
```js
window.$docsify = {