vue问题收集

1 minute read

1、Why is Vue.js Chrome Devtools not detecting Vue.js? 打开本地文件vueDevtools 无法检测到Vue.js, 需要打开Chrome vueDevtools配置允许本地文件访问 One alternative is to set up a local web server, as the OP already stated. The other - which IMHO is faster and less harassing - is letting the extension have access to file URLs, which is disabled by default.

Simply go to chrome://extensions and leave the “Allow access to file URLs” box checked for Vue.js devtools.