The vue extension is downloaded in the browser, but the console does not display vue, and the vue label is gray

insert image description here

Solution:

1. View extensions

Method: Click the three dots in the upper right corner of the browser → More Tools → Extended Tools, make sure these two keys are open
insert image description here

2. Click the detailed information (as shown in the figure) → open these two buttons

insert image description here

insert image description here

3. If the vue logo is still gray

Enter chrome://version/ in the browser, find the path of personal data, copy the path, find Extensions→plugin file name→manifest.json under the path on the computer, and change the third line of code in manifest.json to : "persistent": true
insert image description here
The id in the extension details is its plugin name
insert image description here

If the AppData path cannot be found, it means it is hidden, and the hidden item will be displayed
insert image description here
insert image description here

Re-open the project and you can see the vue tag

Guess you like

Origin blog.csdn.net/weixin_55966654/article/details/127246368