We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47b06f commit 925e93cCopy full SHA for 925e93c
packages/nuxt/src/module.ts
@@ -27,7 +27,7 @@ const module: NuxtModule<ModuleOptions> = defineNuxtModule<ModuleOptions>({
27
name: 'pinia',
28
configKey: 'pinia',
29
compatibility: {
30
- nuxt: '^3.15.0',
+ nuxt: '^3.15.0 || ^4.0.0-0',
31
},
32
33
defaults: {},
0 commit comments