Skip to content

Commit 615c8f7

Browse files
authored
chore: Support Nuxt 4
1 parent 4e6b9b6 commit 615c8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const module: NuxtModule<ModuleOptions> = defineNuxtModule<ModuleOptions>({
2727
name: 'pinia',
2828
configKey: 'pinia',
2929
compatibility: {
30-
nuxt: '^3.15.0',
30+
nuxt: '>=3.15.0',
3131
},
3232
},
3333
defaults: {},

0 commit comments

Comments
 (0)