Skip to content

Commit 925e93c

Browse files
amonys19212posva
andauthored
feat: Support Nuxt 4 (#2978)
Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent f47b06f commit 925e93c

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 || ^4.0.0-0',
3131
},
3232
},
3333
defaults: {},

0 commit comments

Comments
 (0)