搜索

首页  >  问答  >  正文

Vuejs devtools beta 中禁用检查

我已经在 Chrome 和 Microsoft Edge 中安装了 Vue.js 开发工具的测试版。当我加载在本地运行的 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 浏览器扩展?

P粉180844619P粉180844619241 天前387

全部回复(1)我来回复

  • P粉550823577

    P粉5508235772024-03-27 00:48:34

    在我对项目执行了 yarn install 之后,Vue 工具终于再次开始工作了。

    回复
    0
  • 取消回复