0👍
The answer was that I just had to not use the normal this.$router
syntax in the store and instead just do this: router.push({name:'summary'})
. Thanks!
Source:stackexchange.com
0👍
The answer was that I just had to not use the normal this.$router
syntax in the store and instead just do this: router.push({name:'summary'})
. Thanks!