mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
bugfix: config.js里面应为routerMode属性而非routerModel (#245)
This commit is contained in:
parent
5a9921f5e7
commit
2959497874
@ -21,7 +21,7 @@ const config = merge({
|
||||
mergeNavbar: false,
|
||||
formatUpdated: '',
|
||||
externalLinkTarget: '_blank',
|
||||
routerModel: 'hash',
|
||||
routerMode: 'hash',
|
||||
noCompileLinks: []
|
||||
}, window.$docsify)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user