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 7824c11 commit 00f81c1Copy full SHA for 00f81c1
src/module.ts
@@ -33,7 +33,7 @@ export default defineNuxtModule<ModuleOptions>({
33
name: 'nuxt-leaflet',
34
configKey: 'nuxtLeaflet',
35
compatibility: {
36
- nuxt: '^3.0.0'
+ nuxt: '>=3.0.0'
37
}
38
},
39
// Default configuration options of the Nuxt module
0 commit comments