Skip to content

Commit d11f810

Browse files
committed
chore(module): update Nuxt compatibility to version 3.16.0 or higher
1 parent 4c6a9c2 commit d11f810

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
@@ -19,7 +19,7 @@ export default defineNuxtModule<ModuleOptions>({
1919
name: 'formkit-primevue-nuxt',
2020
configKey: 'formkitPrimevue',
2121
compatibility: {
22-
nuxt: '^3.0.0',
22+
nuxt: '>=3.16.0',
2323
},
2424
},
2525
// Default configuration options of the Nuxt module

0 commit comments

Comments
 (0)