devtools
-
Type:
Boolean
-
Default:
true
(false
in production builds) -
Usage:
// make sure to set this synchronously immediately after loading Vue Vue.config.devtools = true
Configure whether to allow vue-devtools inspection. This option’s default value is
true
in development builds andfalse
in production builds. You can set it totrue
to enable inspection for production builds.
Please login to continue.