Skip to content

Commit

Permalink
docs(installation): add devtools.enabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 24, 2025
1 parent 890c3d0 commit f8b4de5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/content/1.getting-started/2.installation/1.nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,23 @@ export default defineNuxtConfig({
This option adds the `transition-colors` class on components with hover or active states.
::

### `devtools.enabled`

Use the `devtools.enabled` option to enable or disable the Nuxt UI devtools.

- Default: `true`{lang="ts-type"}

```ts [nuxt.config.ts]
export default defineNuxtConfig({
modules: ['@nuxt/ui'],
ui: {
devtools: {
enabled: false
}
}
})
```

## Continuous Releases

Nuxt UI v3 uses [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) for continuous preview releases, providing developers with instant access to the latest features and bug fixes without waiting for official releases.
Expand Down

0 comments on commit f8b4de5

Please sign in to comment.