vue-devtools安装以后,勾选了“允许访问文件网址”之后还是无法使用


勾选了“允许访问文件网址”,还是无法使用:

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-devtools的github中有这样一句说明:

If the page uses a production/minified build of Vue.js, devtools inspection is disabled by default so the Vue pane won't show up.

因此,引用的vue.js应该使用vue.js(开发版本)而不是vue.min.js(生成版本)。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM