Why is Vue.js Chrome Devtools not detecting Vue.js?

后端 未结 13 1672
暖寄归人
暖寄归人 2021-02-01 13:25

I have the following code with a simple working Vue.js application. But the vue.js devtools is not responding. It was working well a few days ago, now it\'s not working anymore

13条回答
  •  醉梦人生
    2021-02-01 13:49

    The same problem here, and I've solved it.

    If you are developing in the localhost environment and using Chrome Dev Tools then you need to give permission for the Vue.js extension to access the local files on your computer.

    • Config your Vue.js tool in Chrome extensions
    • Search for "Vue.js devtools"
    • Click on details
    • Check the "Allow access to file URLs" checkbox

提交回复
热议问题