We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dd7f3 commit 4b28d26Copy full SHA for 4b28d26
docs/2.guide/3.going-further/3.modules.md
@@ -155,7 +155,7 @@ export default defineNuxtModule({
155
// Compatibility constraints
156
compatibility: {
157
// Semver version of supported nuxt versions
158
- nuxt: '^3.0.0'
+ nuxt: '>=3.0.0'
159
}
160
},
161
// Default configuration options for your module, can also be a function returning those
0 commit comments