Open kylelogue opened 1 year ago
I can get this to show. However no matter what I try I can't show devtools once i have used either build/generate from nuxt
@rahul-dutt-sharma I've opened an issue (https://github.com/nuxt/nuxt/issues/22003) in Nuxt 3 official repo as I'm facing the same issue. I think it is related to nuxt rather than vue devtools as it works in dev mode but not with build/generate
Vue devtools version
6.4.5
Link to minimal reproduction
https://1g32j.sse.codesandbox.io
Steps to reproduce & screenshots
Create a new Nuxt 3 App and install dependencies using the following commands:
Run the application:
npm run dev
In Chrome, open the developer console after visiting
localhost:3000
. Note that the icon displays "Nuxt.js + Vue.js is detected on this page.", but the Vue tab is not in devtools.Additional context: Using the beta Vue devtools extension version 6.0.0 beta 21 does not have this issue and the Vue tab is visible, so that is a workaround for now.
What is expected?
The Vue tab should be visible in version v6.4.5
What is actually happening?
The Vue tab is not visible in version v6.4.5, but is visible in v6.0.0 beta 21
System Info
Any additional comments?
No response