mirror of
https://github.com/wahyd4/docsify.git
synced 2026-08-17 01:06:09 +10:00
feat(hook): add doneEach
This commit is contained in:
@@ -342,7 +342,7 @@ const install = function () {
|
||||
new SearchComponent()
|
||||
!isAuto && searchPlugin()
|
||||
})
|
||||
isAuto && hook.beforeEach(searchPlugin)
|
||||
isAuto && hook.doneEach(searchPlugin)
|
||||
}, window.$docsify.plugins)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user