-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Right click to inspect component #242
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
Comments
@posva yes, that is what I'm describing :) |
Yes, just like you can right click to inspect the DOM in the browser devtools! |
I thought I saw this working a few weeks ago but don't see that option anymore (eg. Chrome context menu on Windows 10)... Ah. I see it now, under Ctrl+1 Switch to components in DevTools. |
Thank you for highlighting this @MSCAU. I think it would we worthwile making it possible to do this without having to have the components view open - I was surprised a minute ago why the option wasn't there, searched on the Internet and came across this thread - it would be awesome for the option to just always be there. |
The feature I'm requesting is a context menu button to inspect a component. It can be annoying having to walk down your component tree to get to the one you want to inspect. We should be able to set up a context menu to walk up the dom tree until it finds an element that is being managed by our Vue app. If this feature is acceptable, I'll take a crack at it.
The text was updated successfully, but these errors were encountered: