You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure whether to allow [vue-devtools](https://github.com/vuejs/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.
@@ -170,10 +175,19 @@ type: api
170
175
171
176
-**Type:**`boolean`
172
177
173
-
-**Default:**`true`
178
+
-**Default:**`true` (`false` in production builds)
174
179
175
180
-**Usage**:
176
181
182
+
```js
183
+
// make sure to set this synchronously immediately after loading Vue
184
+
Vue.config.productionTip=true
185
+
186
+
// Suggest using the `onload` attribute of the script tag to run the above code
187
+
// if run on Chrome or other browsers engine based on Blink,
0 commit comments