8000 Merge pull request #65 from danielroe/v4-compatibility · vueform/builder@a8d8709 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit a8d8709

Browse files
authored
Merge pull request #65 from danielroe/v4-compatibility
chore: indicate compatibility with new v4 major
2 parents dd6db81 + 8928d4d commit a8d8709

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)
0