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

后端 未结 13 1720
暖寄归人
暖寄归人 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:58

    I found out the answer, I was viewing a plain html file on my computer which was making the vue.js tool not load. I loaded up my local xampp server and ran the application from the local machine server url again and now vue.js devtools is working! :)

提交回复
热议问题