devtools
-
Type:
Boolean -
Default:
true(falsein 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
truein development builds andfalsein production builds. You can set it totrueto enable inspection for production builds.
Please login to continue.