Level 29
It should be off in production mode, if not set it explicitly
Vue.config.devtools = false
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hey Folks,
How do you go about switching Vue JS DevTools off in production so the component data isn't visible?
Fairly new to Vue JS.
Cheers
It should be off in production mode, if not set it explicitly
Vue.config.devtools = false
Please or to participate in this conversation.