docsify/src/core/render/index.js
2017-02-19 14:38:38 +08:00

9 lines
152 B
JavaScript

export function renderMixin (Docsify) {
Docsify.prototype._renderTo = function (dom, content) {
}
}
export function initRender (vm) {
// init
}