Skip to content

Commit 1fecb6b

Browse files
feat!: require at least Nuxt 3.7
1 parent 62ccef0 commit 1fecb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default defineNuxtModule<ModuleOptions>({
8989
version,
9090
configKey: 'plausible',
9191
compatibility: {
92-
nuxt: '^3',
92+
nuxt: '^3.7',
9393
},
9494
},
9595
defaults: {

0 commit comments

Comments
 (0)