Fix guide · low · vue_devtools_enabled

Vue DevTools enabled in production build

What this rule means

__VUE_DEVTOOLS_GLOBAL_HOOK__ is present or Vue.config.devtools = true is set.

Why it matters

Same shape as React DevTools — visitors with the extension see your component tree and state.

How to fix it

Vue 2: Vue.config.devtools = false and Vue.config.productionTip = false for production builds.

Vue 3: this should be off by default in production. If it's not, your build is misconfigured (probably NODE_ENV not set).

Did vibecheck flag this on your app?

If you reached this page from a vibecheck inspection report, the redacted match in your scan output is the exact string we found in your bundle. After applying the fix above, run the inspection again — the finding should clear.

Run another inspection