-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Vue.js devtools no longer showing the Vue tab in my console. #652
Comments
Same here. In one project it's showing up, in another one it's not. Both running Vue 3 and Vite. |
We are also experiencing the same issue |
+1 |
1 similar comment
+1 |
I have asked, it is not working on our new Vue3 + Vite project nor our Vue3 + Webpack old project. |
Can anyone help provide a mini repo 🙏? |
I'm afraid i do not have the time to create project, and our current projects are private, but I'm willing to help you figure it out of you give me specifics to try. Or supply a chrome extension zip from an earlier version, to pinpoint which version worked. |
I'll follow up on this issue (but unfortunately I can't reproduce it now), and if anyone who has this issue wants devtools to work right away, I think we can use v6 version, we officially released the v7 version today. |
Not limited to provide a mini repo, any additional project information would be appreciated 🙏. For example, vue.js version. Whether the project is embedded in the iframe (see: #498 ), whether multiple vue devtools version extensions are installed at the same time, etc. |
Hi, |
BTW, The v7 version of devtools only supports Vue3. If your application is still using Vue2, please install the v6 version. If you're still using v5 version, you can install it here. See https://devtools.vuejs.org/guide/migration |
We are using Vue3 for both our projects and i can confirm that v6 is indeed working. At least now i can keep working towards my deadline. I hope someone can supply you a repo to verify and test. |
How many ppl are using Vue3 but can't display devtools panel? Leave a comment at 👀 . Leave a comment at 😕 if the devtools panel doesn't displayed on vue2 (as expected, v7 only supports vue3). |
I found many Vue3 projects on GitHub to try to reproduce the issue that the Vue tab didn't display, but unfortunately, I couldn't reproduce it. So, if anyone is facing this issue in a vue3 project, providing a mini repo would be appreciated 🙏 |
No, this is not the case. The |
Can you provide more information? Vue version, snapshot, or something specific about the project. |
I can't give you repo access, but I can paste our package.json
vite.config.js
|
devtools-chrome.zip |
@GTCrais Do you have time to try this? 🙏 |
Checking... |
I have installed the extension, and i opened the devtools which by surprise showed the Vue tab, when i clicked it however it kept showing the Loader with the Vue logo. Then I refreshed the page and it was gone again. However I see something I did not notice before, there is an error showing in my console, which i thought was just one of those random errors from our code when not accessing a prop correctly, but this is actually initiated by the vuejs devtools. So it seems the prepare.js is calling functions from outside the devtools? |
Yes, |
Yes, our other project i did not test, i will check this tomorrow. Maybe someone else can check aswell.
…________________________________
From: Arlo ***@***.***>
Sent: Thursday, October 31, 2024 4:44:00 PM
To: vuejs/devtools ***@***.***>
Cc: timmeijers ***@***.***>; Author ***@***.***>
Subject: Re: [vuejs/devtools] Vue.js devtools no longer showing the Vue tab in my console. (Issue #652)
I have installed the extension, and i opened the devtools which by surprise showed the Vue tab, when i clicked it however it kept showing the Loader with the Vue logo. Then I refreshed the page and it was gone again.
However I see something I did not notice before, there is an error showing in my console, which i thought was just one of those random errors from our code when not accessing a prop correctly, but this is actually initiated by the vuejs devtools.
[image]<https://private-user-images.githubusercontent.com/2463260/382006995-ff49a0db-6003-4b39-ab39-f0a29d33ad18.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzAzODk0ODUsIm5iZiI6MTczMDM4OTE4NSwicGF0aCI6Ii8yNDYzMjYwLzM4MjAwNjk5NS1mZjQ5YTBkYi02MDAzLTRiMzktYWIzOS1mMGEyOWQzM2FkMTgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MTAzMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDEwMzFUMTUzOTQ1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OGIxNGFlOWFkYzE3N2E1ZWJhOTBkZjI0OThiMjQ2MjM4MjYwYzEzNTc5ZjU5ZDBlMWU5ZjliNDM5MzAxYjAyZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.9wIQI8-cKNF_Ng_F0e8Hh6KW9gpCSuA-o5XswGPkY7Y>
So it seems the prepare.js is calling functions from outside the devtools?
Yes, prepare.js try to inject some logic into the user environment. Can you try to fix this error and try again? Or do you have other projects that can't show vue devtools either?
—
Reply to this email directly, view it on GitHub<#652 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AASZMHDWA2CDSWUUOMLMCNDZ6JF4BAVCNFSM6AAAAABQ4BXNJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJQGIYDOMZTG4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I tried to fix it in v7.6.2. Could anyone who issue this problem in Vue3 project help me test it? 🙏 |
Still no Vue tab for me with 7.6.2 |
The tricky thing is that I can't reproduce these issue at all, so it would be helpful to provide reproduction 🙏 |
having the same issue on most updated chrome and devtools |
try changing the app init from |
The v7 version of devtools only supports Vue3. If your application is still using Vue2, please install the v6 version. If you're still using v5 version, you can install it here. See https://devtools.vuejs.org/guide/migration |
For a Vue2 project, I had to do what I have in my first message. |
@abdmdjr your issues are unrelated to the original issue in this thread. |
Since today the devtools in my console is no longer showing up. however the extension says: "Vue.js is detected on this page."
Im not sure if this is related to the release done today, but I have checked with my 3 colleagues, and they were all investigating the same issue without knowing we all had the issue. And the branches where it worked yesterday don't work today, so its not our code I assume...
The text was updated successfully, but these errors were encountered: