feat(hook): add doneEach

This commit is contained in:
qingwei.li 2017-02-13 23:06:30 +08:00
commit c6f760275c
6 changed files with 30 additions and 5 deletions

View file

@ -342,7 +342,7 @@ const install = function () {
new SearchComponent()
!isAuto && searchPlugin()
})
isAuto && hook.beforeEach(searchPlugin)
isAuto && hook.doneEach(searchPlugin)
}, window.$docsify.plugins)
}