Skip to content

Commit 39b7bb0

Browse files
authored
fix: remove devtools from config (#535)
1 parent 88546be commit 39b7bb0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/api/application-config.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ const app = Vue.createApp({})
88
app.config = {...}
99
```
1010

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.
24-
2511
## errorHandler
2612

2713
- **Type:** `Function`

0 commit comments

Comments
 (0)