luoye-fe/goh5

vue-devtool无法使用

ppboyly opened this issue · 2 comments

使用生产模式打包,但是用chrome调试时,vue-devtool显示Devtools inspection is not available because it's in production mode or explicitly disabled by the author. 请问怎么设置可以使用vue-devtool

Vue.config.devtools = true

生产模式为何还要打开 dev-tools 呢

刚刚接触vue,才知道chrome下有个vue dev-tool 所以想看一看