Skip to content

Commit 7d2ba2b

Browse files
authored
chore: indicate compatibility with new v4 major (#98)
1 parent 600d0fb commit 7d2ba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-query-nuxt/src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineNuxtModule<ModuleOptions>({
1111
name: NAME,
1212
configKey,
1313
compatibility: {
14-
nuxt: "^3"
14+
nuxt: ">=3"
1515
}
1616
},
1717
defaults,

0 commit comments

Comments
 (0)