Home  >  Q&A  >  body text

Disabling checks in Vuejs devtools beta

I have installed the beta version of the Vue.js development tools in Chrome and Microsoft Edge. When I load a vue webpage running locally it says

Vue.js is detected on this page.
Devtools inspection is not available because it's in production mode or explicitly disabled by the author.

I also tried setting it

app.config.devTools = true;

In main.js but it has no effect.

This is for Vue.js 3.

Is there a Vue devtools browser extension for Vue 3?

P粉180844619P粉180844619206 days ago338

reply all(1)I'll reply

  • P粉550823577

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

    After I performed yarn install on the project, the Vue tool finally started working again.

    reply
    0
  • Cancelreply