Skip to content

Commit 8928d4d

Browse files
committed
chore: indicate compatibility with new v4 major
1 parent 964ac2f commit 8928d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineNuxtModule<ModuleOptions>({
1313
name: 'VueformBuilder',
1414
configKey: 'vueform-builder',
1515
compatibility: {
16-
nuxt: '^3.0.0',
16+
nuxt: '>=3.0.0',
1717
},
1818
},
1919
// Default configuration options of the Nuxt module

0 commit comments

Comments
 (0)