I am having a hard time trying to redirect in method after a store action i.e. redirect to profile upon login, redirect to '/' upon logout.
I have tried the this.$router.go after awaiting the store dispatch, but no matter the route, it just renders the page.
Is there something I am doing wrong, or is this an enhancement that could be implemented?
P.S. I should say this is a framework, combined with express is actually making me happy to develop web applications again and I look forward to production ready release.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c214">#c214</a>)</em></sub></div>