There was an error while loading. Please reload this page.
1 parent b19f9ba commit a94de27Copy full SHA for a94de27
1 file changed
packages/nuxt/src/module.ts
@@ -31,7 +31,7 @@ const module: NuxtModule<ModuleOptions> = defineNuxtModule<ModuleOptions>({
31
name: 'pinia',
32
configKey: 'pinia',
33
compatibility: {
34
- nuxt: '^3.15.0 || ^4.0.0',
+ nuxt: '^3.15.0 || ^4.0.0 || ^5.0.0',
35
},
36
37
defaults: {},
0 commit comments