Skip to content

Commit 3e38fac

Browse files
committed
feat(module)!: update compatibility to nuxt 4
1 parent 268871d commit 3e38fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default defineNuxtModule<ModuleOptions>({
9393
docs: 'https://ui.nuxt.com/docs/getting-started/installation/nuxt',
9494
configKey: 'ui',
9595
compatibility: {
96-
nuxt: '>=3.16.0'
96+
nuxt: '>=4.0.0'
9797
}
9898
},
9999
defaults: defaultOptions,

0 commit comments

Comments
 (0)