美文网首页
Vue.js is detected on this page.

Vue.js is detected on this page.

作者: AAA前端 | 来源:发表于2019-03-07 09:31 被阅读0次

chrome浏览器安装插件vue Devtools后,允许vue页面没有出现vue的调试界面,把鼠标移动到vue图标上提示 Vue.js is detected on this page. Open DevTools and look for the Vue panel.

解决方法。进入开发项目main.js中。

import Vue from 'vue'

vue.config.devtools = true;

参考: https://blog.csdn.net/tangxiujiang/article/details/80616065

相关文章

网友评论

      本文标题:Vue.js is detected on this page.

      本文链接:https://www.haomeiwen.com/subject/ryuqpqtx.html