Skip to content

Commit fef7516

Browse files
authored
Merge pull request #728 from DamianGlowala/patch-1
chore: indicate Nuxt module compatibility with new v4 major
2 parents 4f71b39 + 80ea7e1 commit fef7516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineNuxtModule<ModuleOptions>({
88
name: 'v-wave',
99
configKey: 'vWave',
1010
compatibility: {
11-
nuxt: '^3.0.0',
11+
nuxt: '>=3.0.0',
1212
bridge: true
1313
}
1414
},

0 commit comments

Comments
 (0)