wavezync / vue3-google-signin

Google OAuth2 plugin for Vue3 Apps. This uses latest Google Identity Service Library. It also provides set of composables which can be used easily to implement different authentication strategies
https://vue3-google-signin.wavezync.com/
MIT License
161 stars 17 forks source link

In Google Chrome, my default language is set to English. When this component first appears, it is prompted with a Chinese font, and then it becomes English #72

Open songbai106 opened 6 months ago

songbai106 commented 6 months ago

<GoogleSignInButton @success="googleSignInSuccess" @error="googleSignInFailure" locale="en_US" :autoSelect="false"

kasvith commented 6 months ago

will check this