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

Commits on May 16, 2022

  1. Update VUEJS3_DEVTOOLS extension id

    * [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+).
    JasonGoemaat committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ba0f197 View commit details
    Browse the repository at this point in the history