feat(themes): add loading info

This commit is contained in:
qingwei.li 2017-02-19 08:39:05 +08:00 committed by cinwell.li
commit 86594a3118
5 changed files with 64 additions and 2 deletions

View file

@ -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,
})