nuxt-firebase-auth icon indicating copy to clipboard operation
nuxt-firebase-auth copied to clipboard

Cannot read property 'then' of undefined

Open AlexVFornazieri opened this issue 6 years ago • 0 comments
trafficstars

Hey guys,

I try do it works in my app, but when I call dispatch().then() in a vue component this erro "Cannot read property 'then' of undefined" is showed, any tip?

this.$store.dispatch('signInWithEmail', {
        email: this.formEmail,
        password: this.formPassword
      }).then(() => {
        this.loading = false
     })

Thanks all

AlexVFornazieri avatar Apr 01 '19 14:04 AlexVFornazieri