refactor(core): add render

This commit is contained in:
qingwei.li 2017-02-17 23:09:09 +08:00 committed by cinwell.li
commit 8bee8f0213
20 changed files with 232 additions and 102 deletions

View file

@ -1,7 +1,8 @@
import { callHook } from '../init/lifecycle'
export function fetchMixin (Docsify) {
Docsify.prototype.$fetch = function () {
Docsify.prototype.$fetch = function (path) {
// 加载侧边栏、导航、内容
}
}