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

后端 未结 13 1717
暖寄归人
暖寄归人 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 14:02

    To solve this, simply go to chrome://extensions/, scroll down to the Vue.js devtools and enable the "Allow Access to file URLs" by clicking on its checkbox.

    Source: https://github.com/vuejs/vue-devtools/issues/236

提交回复
热议问题