feat(hook): add doneEach
This commit is contained in:
parent
558d73c2a8
commit
c6f760275c
6 changed files with 30 additions and 5 deletions
|
|
@ -342,7 +342,7 @@ const install = function () {
|
|||
new SearchComponent()
|
||||
!isAuto && searchPlugin()
|
||||
})
|
||||
isAuto && hook.beforeEach(searchPlugin)
|
||||
isAuto && hook.doneEach(searchPlugin)
|
||||
}, window.$docsify.plugins)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue