Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c20136d

Browse files
authoredJul 13, 2024··
chore: indicate compatibility with new v4 major (#1545)
1 parent 0c9184e commit c20136d

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
@@ -32,7 +32,7 @@ export default defineNuxtModule<VueFireNuxtModuleOptions>({
3232
name: 'vuefire',
3333
configKey: 'vuefire',
3434
compatibility: {
35-
nuxt: '^3.1.0',
35+
nuxt: '>=3.1.0',
3636
},
3737
},
3838

0 commit comments

Comments
 (0)
Please sign in to comment.