fix: ssr package dep, fixed #605
This commit is contained in:
parent
b3b6116464
commit
2bc880d335
5 changed files with 6 additions and 126 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import {merge, hyphenate, isPrimitive, hasOwn} from './util/core'
|
||||
import {version as pkgVersion} from './../../package.json'
|
||||
|
||||
export default function () {
|
||||
const config = merge(
|
||||
|
|
@ -65,7 +64,6 @@ export default function () {
|
|||
}
|
||||
}
|
||||
|
||||
config.version = pkgVersion
|
||||
window.$docsify = config
|
||||
|
||||
return config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue