I\'m trying to perform a dispatch on \'logOutUser\' in vuex store, and i\'m getting the following error message in respone:
TypeError: Cannot read pro
do this
let that = this;
and use that to do the dispatching
that.$store.dispatch(action)