Skip to content

Commit 722ce8a

Browse files
committed
chore: add nuxt compatibility
1 parent ca6b6be commit 722ce8a

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
@@ -7,6 +7,9 @@ export default defineNuxtModule<ModuleOptions>({
77
name: 'nuxt-authorization',
88
configKey: 'authorization',
99
version,
10+
compatibility: {
11+
nuxt: '^3.0.0',
12+
},
1013
},
1114
// Default configuration options of the Nuxt module
1215
defaults: {},

0 commit comments

Comments
 (0)