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

Update VUEJS3_DEVTOOLS extension id #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JasonGoemaat
Copy link

  • Old link: ljjemllljcmogpfapbkkighbhhppjdbg
  • New Link: nhdogjmejiglipccpnnnanhbledajbpd

I noticed when using the tools in my test app that routing stopped
working once I opened the tools. Doing some research I found
this issue about the
router that said it only happens when using the 6.0 beta version of
the devtools. Looking at the extension directory installed with
this it does reference the beta:

  "version": "6.0.0.21",
  "version_name": "6.0.0 beta 21",

Using the new id (nndogjme...) in my code instead of VUEJS3_DEVTOOLS
fixed the issue for me. Also the new one seems to be more current
(March 30 2022 vs. December 20, 2021), is newer (6.1.4 vs. 6.0.0.21),
has more stars (1808 vs. 127) and more users (1,000,000+ vs. 200,000+).

* [Old link](https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg): ljjemllljcmogpfapbkkighbhhppjdbg
* [New Link](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd): nhdogjmejiglipccpnnnanhbledajbpd

I noticed when using the tools in my test app that routing stopped
working once I opened the tools.  Doing some research I found
[this issue](vuejs/router#1338) about the
router that said it only happens when using the 6.0 beta version of
the devtools.  Looking at the extension directory installed with
this it does reference the beta:

```js
  "version": "6.0.0.21",
  "version_name": "6.0.0 beta 21",
```

Using the new id (nndogjme...) in my code instead of VUEJS3_DEVTOOLS
fixed the issue for me.  Also the new one seems to be more current
(March 30 2022 vs. December 20, 2021), is newer (6.1.4 vs. 6.0.0.21),
has more stars (1808 vs. 127) and more users (1,000,000+ vs. 200,000+).
@vonWolfehaus
Copy link

This fixed the issue for me as well. Would be nice if this actually got merged.

@Coding-Kiwi
Copy link

Yeah, reason is that the VUE_DEVTOOLS nhdogjmejiglipccpnnnanhbledajbpd could not handle vue3 for a long time, thats why VUE3_DEVTOOLS ljjemllljcmogpfapbkkighbhhppjdbg was added, but since then vue3 featues have been added to the main one which is now multiple versions ahead of the beta one

but well.. seems like this project is no longer maintained, simply using VUE_DEVTOOLS instead of VUE3_DEVTOOLS is enough to get it working

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

Successfully merging this pull request may close these issues.

None yet

3 participants