//@ts-ignore
this.$router.replace(‘home’)
S
Best posts made by Stefano Busato
-
RE: Typescript project - how can I access router from vuex action?
Latest posts made by Stefano Busato
-
RE: Typescript project - how can I access router from vuex action?
//@ts-ignore
this.$router.replace(‘home’) -
Typescript project - how can I access router from vuex action?
Hi, I generated a typescript project from cli, how can I access router from vuex action?
thank you so much.
Ste