vue-devtools 的 github 主页上有详细描述,说明了不同的版本用不同的方式触发,可开启 devtools 的功能。 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. 参考:https://github.com/vuejs/vue-...
你用的是 vue.min.js 吗, 这个不能调试.
webpack 的话生产模式也不能调试