Skip to content

Commit 673762d

Browse files
danielroevictorgarciaesgi
authored andcommitted
chore: indicate compatibility with new v4 major
1 parent 54f87e3 commit 673762d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineNuxtModule<ModuleOptions>({
1111
meta: {
1212
name: 'nuxt-typed-router',
1313
configKey: 'nuxtTypedRouter',
14-
compatibility: { nuxt: '^3.0.0', bridge: false },
14+
compatibility: { nuxt: '>=3.0.0', bridge: false },
1515
},
1616
defaults: {
1717
plugin: false,

0 commit comments

Comments
 (0)