Skip to content

Commit 1db6870

Browse files
committed
chore!: use nuxt 3.13 compatibility level
1 parent 9a0c84a commit 1db6870

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/module.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ export default defineNuxtModule<ModuleOptions>({
3232
meta: {
3333
name: MODULE_NAME,
3434
configKey: 'echo',
35+
compatibility: {
36+
nuxt: '>=3.13.0'
37+
}
3538
},
3639
defaults: defaultModuleOptions,
3740
setup(_options, _nuxt) {

0 commit comments

Comments
 (0)