diadal/vue-social-auth

I am facing this issue : Uncaught TypeError: Class constructor VueSocialauth cannot be invoked without 'new'

Closed this issue · 4 comments

When I write this in app.js
Vue.use(VueSocialauth, {
providers: {
google: {
clientId: '',
client_secret: '',
redirectUri: 'https://.../auth/google/callback'
}
}
});

follow the instruction it should work

follow the instruction it should work

I have follow the instructions but It gives me this error. app.js Uncaught TypeError: Class constructor VueSocialauth cannot be invoked without 'new'

Share your full code