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(生成版本)。