docs: update compatibility example

https://github.com/nuxt/nuxt/issues/27613
This commit is contained in:
Daniel Roe 2024-06-14 14:15:41 +01:00
parent 58dd7f3a68
commit 4b28d2628c
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -155,7 +155,7 @@ export default defineNuxtModule({
// Compatibility constraints
compatibility: {
// Semver version of supported nuxt versions
nuxt: '^3.0.0'
nuxt: '>=3.0.0'
}
},
// Default configuration options for your module, can also be a function returning those