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

Cannot inspect dialog with Vue Devtools #6

Open
alexandre-le-borgne opened this issue Feb 11, 2021 · 4 comments
Open

Cannot inspect dialog with Vue Devtools #6

alexandre-le-borgne opened this issue Feb 11, 2021 · 4 comments

Comments

@alexandre-le-borgne
Copy link

alexandre-le-borgne commented Feb 11, 2021

When I select MyComponent used in my dialog, the Vue tab of Google Devtools cannot find the component which prevents me from inspecting it

Even by browsing all the components in the inspector, it is not possible to find those of the dialogs of vuedl

image

import MyComponent from './MyComponent'

let result = await this.$dialog.showAndWait(MyComponent, props)

Using the "Refresh" button does not correct the problem

To reproduce, go to https://iwdcf.csb.app/ and try to inspect the dialog opened when you click on "show card" in the dialog tab

@4KDA
Copy link

4KDA commented Mar 16, 2021

+1

@peterfarrell
Copy link

Does anyone know a workaround to get dialogs to show up in devtools?

@alexandre-le-borgne
Copy link
Author

alexandre-le-borgne commented Jun 2, 2021

Replace this.$dialog calls by <dialog v-if="bool"> components

@chantouchsek
Copy link

it already built for production mode, so it doesn't suppose to show in vue devetool.

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

4 participants