Skip to content

Tag: vuex

How to navigate using vue router from Vuex actions

I am creating a web app with Vue 2.x and Vuex 2.x. I am fetching some information from a remote location via an http call, I want that if that call fails I should redirect to some other page. But this.$router.push({path:”/”}) gives me following error. Uncaught (in promise) TypeError: Cannot read p…