Disabling checks in Vuejs devtools beta
P粉180844619
P粉180844619 2024-03-26 14:28:41
0
1
393

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粉180844619
P粉180844619

reply all(1)
P粉550823577

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template