Vue.js Devtools inspection is not available because it's in production mode or explicitly disabled
devtools
vuejs/devtools: Vue.js 开发者工具,这是一个浏览器插件,可以安装在 Chrome 和 Firefox 等现代浏览器中,用于调试 Vue 应用程序,提供了组件树查看、状态快照、时间旅行等高级调试功能。
项目地址:https://gitcode.com/gh_mirrors/de/devtools
免费下载资源
·
- vue-devtools安装以后,勾选了“允许访问文件网址”之后还是无法使用
- 有时需要启动多个vue项目有的项目可以用,有的项目虽然左上角V图标是亮着的,但是控制台却不出来vue,(有时,时出来时不出来也有可能是缓存或电脑卡吧。。。)
-
1、勾选了“允许访问文件网址”,还是无法使用: 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(生成版本)。
2、Vue.config.devtools = true; import Vue from 'vue' import Router from 'vue-router' import App from '../App.vue' Vue.config.devtools = true; Vue.use(Router) export default new Router({ routes: [ { path: '/', name: 'App', component: App } ] })
GitHub 加速计划 / de / devtools
24.6 K
4.14 K
下载
vuejs/devtools: Vue.js 开发者工具,这是一个浏览器插件,可以安装在 Chrome 和 Firefox 等现代浏览器中,用于调试 Vue 应用程序,提供了组件树查看、状态快照、时间旅行等高级调试功能。
最近提交(Master分支:3 个月前 )
79116147 - 4 个月前
f0359002 - 5 个月前
更多推荐
已为社区贡献2条内容
所有评论(0)