在学习Vue上的必经之路,开发者工具的使用,然后半路却被这个问题阻拦了
Vue.js is detected on this page. Devtools inspection is not available because it’s in production mode or explicitly disabled by the author.
在这里我使用,如果使用压缩版也会出现这个报错
点击下方链接,下载Vue的开发版本
https://cn.vuejs.org/v2/guide/installation.html
在项目中导入Vue的开发版本
再次打开项目,按F5刷新,现在Vue的调试面板可以正常显示了