Skip to content

consider support vue data through config globally #752

Description

@wizicer

maybe we can change this line of code:

window.__EXECUTE_RESULT__=newwindow.Vue().$mount('#main')

to include data from config file, code may like this:

window.__EXECUTE_RESULT__=newwindow.Vue({data: this.config.vueData}).$mount('#main')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions