feat(themes): add loading info
This commit is contained in:
parent
a6d823b826
commit
86594a3118
5 changed files with 64 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ The hook supports handling asynchronous tasks.
|
|||
```js
|
||||
window.$docsify = {
|
||||
plugins: [
|
||||
function (hook) {
|
||||
function (hook, vm) {
|
||||
hook.init(function() {
|
||||
// Called when the script starts running, only trigger once, no arguments,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue