-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
maybe we can change this line of code:
docsify/src/core/render/index.js
Line 60 in 1a945d4
window.__EXECUTE_RESULT__ = new window.Vue().$mount('#main') |
to include data from config file, code may like this:
window.__EXECUTE_RESULT__ = new window.Vue({ data: this.config.vueData }).$mount('#main')