Skip to content

Commit

Permalink
fix: require Nuxt 3.7 or higher (closes #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Mar 5, 2024
1 parent 2eb26fe commit 2142bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default defineNuxtModule<ModuleOptions>({
version,
configKey: 'gtag',
compatibility: {
nuxt: '^3',
nuxt: '^3.7',
},
},
defaults: {
Expand Down

0 comments on commit 2142bd8

Please sign in to comment.