Skip to content

Commit cac84fa

Browse files
committed
chore: Nuxt 4.0.0 compatibility
1 parent fa4a919 commit cac84fa

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
@@ -18,7 +18,7 @@ export default defineNuxtModule<ModuleOptions>({
1818
configKey: 'vuepal',
1919
version,
2020
compatibility: {
21-
nuxt: '^3.15.0',
21+
nuxt: '>=3.15.0',
2222
},
2323
},
2424
defaults: {},

0 commit comments

Comments
 (0)