mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 01:53:55 +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 constraints
|
||||||
compatibility: {
|
compatibility: {
|
||||||
// Semver version of supported nuxt versions
|
// 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
|
// Default configuration options for your module, can also be a function returning those
|
||||||
|
Loading…
Reference in New Issue
Block a user