|
@@ -0,0 +1,9 @@
|
|
|
|
+import { boot } from 'quasar/wrappers';
|
|
|
|
+import vue3GoogleLogin from 'vue3-google-login'
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+export default boot(({ app }) => {
|
|
|
|
+ app.use(vue3GoogleLogin, {
|
|
|
|
+ clientId: '711997598050-fpnvegbu297250l1shnuhqc64nchdl0d.apps.googleusercontent.com'
|
|
|
|
+ })
|
|
|
|
+})
|