Skip to content

Commit 23577ac

Browse files
authored
docs: Changed the Property nuxt config for nuxt 3. (#181)
1 parent 8983be0 commit 23577ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrations/nuxt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ export default {
2424
```
2525

2626
### Nuxt 3
27+
note: `buildModules` is no longer needed in Nuxt 3 and Nuxt Bridge; all modules should be added to modules instead.
2728

2829
```js nuxt.config.js
2930
import { defineNuxtConfig } from 'nuxt3'
3031

3132
export default defineNuxtConfig({
32-
buildModules: [
33+
modules: [
3334
'nuxt-windicss',
3435
],
3536
})

0 commit comments

Comments
 (0)