我已经在Chrome和Microsoft中安装了Vue.js devtools的测试版。当我加载本地运行的vue网页时,它显示
Vue.js is detected on this page.
Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
我也试过设置
app.config.devTools = true;
在main.js
中,但没有任何效果。
这是给Vue.js 3的。
是否有使用Vue 3的Vue devtools浏览器扩展?
发布于 2022-02-14 19:36:38
在我对项目执行了yarn install
之后,Vue工具终于重新开始工作了。
https://stackoverflow.com/questions/70886114
复制相似问题