fix: ssr package dep, fixed #605

This commit is contained in:
qingwei.li
2018-10-31 21:11:06 +08:00
parent b3b6116464
commit 2bc880d335
5 changed files with 6 additions and 126 deletions

View File

@@ -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