Skip to content

Commit 04795b0

Browse files
committed
fix: up compatibility requirement
1 parent 5260bf6 commit 04795b0

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
@@ -69,7 +69,7 @@ export default defineNuxtModule<VueFireNuxtModuleOptions>({
6969
name: 'vuefire',
7070
configKey: 'vuefire',
7171
compatibility: {
72-
nuxt: '^3.0.0',
72+
nuxt: '^3.1.0',
7373
},
7474
},
7575

0 commit comments

Comments
 (0)