Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to bring a mounted window to front? #42

Open
krimeshu opened this issue Dec 11, 2018 · 1 comment
Open

How to bring a mounted window to front? #42

krimeshu opened this issue Dec 11, 2018 · 1 comment

Comments

@krimeshu
Copy link

I've created a window like this:

    let exampleWindow = null;

    exampleWindow = new Vue({
      render: h => h(ExampleWindow)
    });
    exampleWindow.$mount();

Use exampleWindow.$mount() again will create a same new window, but I want to bring the existed window to front, but there seems no such API now?

@mimecorg
Copy link
Owner

No, currently there is no such API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants