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
The merge strategy receives the value of that option defined on the parent and child instances as the first and second arguments, respectively. The context Vue instance is passed as the third argument.
-**Default:**`true` (`false` in production builds)
53
+
-**默认值:**`true` (生产版为 `false`)
54
54
55
-
-**Usage:**
55
+
-**用法:**
56
56
57
57
```js
58
-
//make sure to set this synchronously immediately after loading Vue
58
+
//务必在加载 Vue 之后,立即同步设置以下内容
59
59
Vue.config.devtools=true
60
60
```
61
61
62
-
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.
0 commit comments