refactor(core): add render
This commit is contained in:
parent
aad62b65f5
commit
8bee8f0213
20 changed files with 232 additions and 102 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { callHook } from '../init/lifecycle'
|
||||
|
||||
export function fetchMixin (Docsify) {
|
||||
Docsify.prototype.$fetch = function () {
|
||||
Docsify.prototype.$fetch = function (path) {
|
||||
// 加载侧边栏、导航、内容
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue