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
Copy file name to clipboardExpand all lines: src/api/application-config.md
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,6 @@ const app = Vue.createApp({})
8
8
app.config= {...}
9
9
```
10
10
11
-
## devtools
12
-
13
-
-**Type:**`boolean`
14
-
15
-
-**Default:**`true` (`false` in production builds)
16
-
17
-
-**Usage:**
18
-
19
-
```js
20
-
app.config.devtools=true
21
-
```
22
-
23
-
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