mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
docs: update compatibility example
https://github.com/nuxt/nuxt/issues/27613
This commit is contained in:
parent
58dd7f3a68
commit
4b28d2628c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user