devtools

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 and false in production builds. You can set it to true to enable inspection for production builds.

doc_VueJS
2016-09-25 05:48:06
Comments
Leave a Comment

Please login to continue.