Skip to content

consider support vue data through config globally #752

Closed
@wizicer

Description

@wizicer

maybe we can change this line of code:

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')

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions