fix(lifecycle): continue to handle data

This commit is contained in:
qingwei.li 2017-05-31 21:20:09 +08:00
commit 955d3d5988
No known key found for this signature in database
GPG key ID: B6DDC2F7AE80B2F4
2 changed files with 4 additions and 5 deletions

View file

@ -10,4 +10,4 @@ const install = function (hook, vm) {
})
}
window.$docsify.plugins = [].concat(install, window.$docsify.plugins)
$docsify.plugins = [].concat(install, $docsify.plugins)