Vue tools : Cannot read property '__VUE_DEVTOOLS_UID__' of undefined
使用 vue tools 不显示调试面板中的组件,点击控制台报错:Cannot read property '__VUE_DEVTOOLS_UID__' of undefined在 项目中加入控制:Vue.config.devtools = true;参考: https://github.com/vuejs/vue-devtools/issues/683...
·
使用 vue tools 不显示调试面板中的组件,点击控制台报错:
Cannot read property '__VUE_DEVTOOLS_UID__' of undefined
在 项目中加入控制:
Vue.config.devtools = true;
参考: https://github.com/vuejs/vue-devtools/issues/683
如果查看 Vuex时,No Vuex store detected
,而你的引入方式是:
import store from './store';
在你的 store/index.js 文件中同样加入Vue.config.devtools = true;
这行就可以生效了。
更多推荐
已为社区贡献1条内容
所有评论(0)