Closed
Description
maybe we can change this line of code:
docsify/src/core/render/index.js
Line 60 in 1a945d4
to include data from config file, code may like this:
window.__EXECUTE_RESULT__ = new window.Vue({ data: this.config.vueData }).$mount('#main')