devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Unable to view new vue instances correctly

Open fishikles opened this issue 3 years ago • 4 comments

Version

6.1.4

Browser and OS info

Chrome 102.0.5005.63

Steps to reproduce

Open the vue dev tools then perform an action that will create a new instance of vuejs in your page

What is expected?

I'd expect the dev tools to be able to view and interact with the new instance of view just like the existing instances. image

What is actually happening?

I am unable to see any details of the components in the new vue instances. image

fishikles avatar Jun 14 '22 11:06 fishikles

Have you tried downgrading to 6.1.0? I was having similar issues and going back to 6.1.0 resolved it for now.

designgears avatar Jun 15 '22 07:06 designgears

Thanks What is the best way of downgrading, I can't seem to find any documentation on manually installing the extension in chrome or firefox

fishikles avatar Jun 15 '22 19:06 fishikles

@designgears do you have any info on how to manually installing the extension in chrome or firefox

fishikles avatar Jun 22 '22 10:06 fishikles

@designgears do you have any info on how to manually installing the extension in chrome or firefox

Compile it and install it with developer mode enabled for extensions in either browser.

designgears avatar Jun 23 '22 16:06 designgears