Skip to content

Commit

Permalink
feat!: require at least Nuxt 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Apr 3, 2024
1 parent 62ccef0 commit 1fecb6b
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 @@ -89,7 +89,7 @@ export default defineNuxtModule<ModuleOptions>({
version,
configKey: 'plausible',
compatibility: {
nuxt: '^3',
nuxt: '^3.7',
},
},
defaults: {
Expand Down

0 comments on commit 1fecb6b

Please sign in to comment.