Skip to content

Commit 3ccd272

Browse files
authored
Merge pull request #24 from danielroe/v4-compatibility
chore: indicate compatibility with new v4 major
2 parents 655470b + ca53d76 commit 3ccd272

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
@@ -26,7 +26,7 @@ export default defineNuxtModule<ModuleOptions>({
2626
name: 'vue3-google-signin',
2727
configKey: 'googleSignIn',
2828
compatibility: {
29-
nuxt: '^3',
29+
nuxt: '>=3',
3030
bridge: false
3131
}
3232
},

0 commit comments

Comments
 (0)