Vue's devtools plug-in installation is invalid locally, but the website does

Vue's devtools plug-in installation is invalid locally, but the website does

Vue's devtools plug-in installation is invalid locally, but the website does

The devtools plug-in for installing Vue has been installed for more than a day and it is locally invalid. Finally, after installing the 6.0.0 beta version 2, you can see the Google vue plug-in on your vue project, and you can see vue on the console and network at the same level.

*Warning: *If you want to see the status, I'm sorry, but it is temporarily impossible. The 6.0.0 beta 2 version currently only has the component function. If you want to use other functions, I suggest you use vue2.
This is a beta version
This is the beta version of Vue.js devtools 6.0.0 beta 2
This is Vue.js devtools 5.3.3
This is Vue.js devtools 5.3.3 The
following is the translation of the devtools plugin 6.0.0 beta 2 in the xx store:

Chrome和Firefox DevTools扩展,用于调试Vue.js应用程序。
Chrome DevTools扩展程序,用于调试Vue.js应用程序。

这是Beta通道-带来了最初的Vue 3支持的主要重构。请注意,这仍在进行中:

-目前仅支持Vue 3
-现在仅提供组件检查-即将推出其他功能。

请注意,beta通道可能会与Vue devtools的稳定版本产生冲突。如果Vue图标点亮,但devtools中未显示Vue选项卡,请暂时禁用稳定版本并重新打开页面。

I installed it with the xx access assistant. Enter the xx store to search for devtools, click to enter the plug-in you need, and click Add to Chrome to wait for installation and change the configuration.
After the installation is complete, you can log in to the homepage of station B or the official website of vue and press F12 to see if the installation is successful. If vue is green and you can see it, the installation is successful.
I installed both versions, but I did not see the official website said there will be conflicts, which version is best to open which version.Insert picture description here

Insert picture description here
Insert picture description here
The management extension program will allow access to the file URL to be opened (otherwise the local test will not work), it is best to open all three.
Here
The default Google installation path for the beta version is C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\Extensions\ljjemllljcmogpfapbkkighbhhppjdbg\6.0.0.2_0 The
default Google installation path for the standard version is C:\Users\Administrator\AppData\Local \Google\Chrome\User Data\Default\Extensions\nhdogjmejiglipccpnnnanhbledajbpd\5.3.3_0
Insert picture description here

Enter the installation directory to modify the manifest.json file, and change

"background": {
    
    
      "persistent": false,
      "scripts": [ "build/background.js" ]
   },

Change the false in to true.

Insert picture description here
I hope my article is helpful to you. Don't waste a day like me discovering that only the version is not supported.
Come on, hit the workers.

Guess you like

Origin blog.csdn.net/qq_39088110/article/details/111330525
Recommended