You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying out this package in a Nuxt app, and I'm just trying to find a way to change paths with Vue Router inside a Vuex action. Normally that would be with this.$router.push('...'), but I can't access this.$router inside the Vuex module. Can anyone let me know if this is possible?
The text was updated successfully, but these errors were encountered:
I've been trying out this package in a Nuxt app, and I'm just trying to find a way to change paths with Vue Router inside a Vuex action. Normally that would be with
this.$router.push('...')
, but I can't access this.$router inside the Vuex module. Can anyone let me know if this is possible?The text was updated successfully, but these errors were encountered: