Skip to content

Commit 211cf7d

Browse files
committed
docs(installation): add note about not registering bundled modules
Resolves #6332
1 parent aae5378 commit 211cf7d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • docs/content/docs/1.getting-started/2.installation

docs/content/docs/1.getting-started/2.installation/1.nuxt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ export default defineNuxtConfig({
4949
})
5050
```
5151

52+
::note
53+
There is no need to add `@nuxt/icon`, `@nuxt/fonts` or `@nuxtjs/color-mode` to your `modules` array as Nuxt UI registers them automatically. You can still configure these modules in your `nuxt.config.ts` using the `icon`, `fonts` and `colorMode` keys.
54+
::
55+
5256
#### Import Tailwind CSS and Nuxt UI in your CSS
5357

5458
::code-group

0 commit comments

Comments
 (0)