Share a series of problems with vue. js devtools: vue. jsdevtools
The following describes how to use vue. js devtools.
1. First, you need to click "get more" in the Google browser extension.
2. Enter vue. js devtools in the search box and click Install this extension.
3. Check whether the extension is enabled
We need to check whether my extension is enabled and whether the file address is accessible. If the file address is not checked, we must access it on the server.
4. Modify the plug-in configuration file
Copy codeThe Code is as follows: C: \ Users \ zhanglei \ AppData \ Local \ Google \ Chrome \ User Data \ Default \ Extensions \ nhdogjmejiglipccpnnnanhbledajbpd \ 3.1.4 _ 0 \ manifest. json File
Modify as follows:
5. If you click the vue extension icon, the following message is displayed:
Copy codeThe Code is as follows: Vue. js is detected on this page. Open DevTools and look for the Vue panel.
You can check whether you are using the compressed version of vue. min. js. The default version of vue. min. js is the production environment.
The above is all the content of this article. I hope it will be helpful for your learning and support for helping customers.