[Vuejs]-Uncaught (in promise) ReferenceError: dispatch is not defined

1👍

async attempt({commit}, token) like this you have to do write dispatch {dispatch} in async signIn() function.
i.e. async attempt({dispatch}, token)

I think this may work! 🙂

Leave a comment