download

Download link

The extension files downloaded from this website are as follows:

Install it in Chrome

Open the Chrome extension (directly enter chrome://extensions/ in the address bar)

Note: Developer mode needs to be on

Drag the downloaded file to a blank area and successfully add:

Vue. Js is detected on this page. Open DevTools and look for the Vue panel.

In this case, we did not enable debug mode in main.js!! We open it in main.js

import Vue from 'vue'
Vue.config.devtools = true
Copy the code

Restart the project and you can debug successfully