Navigation service

This commit is contained in:
N-Pex 2021-01-08 11:07:02 +01:00
parent 6de1e40765
commit d5945d675e
6 changed files with 103 additions and 26 deletions

View file

@ -69,7 +69,7 @@ export default {
},
logOut() {
this.$store.dispatch("auth/logout");
this.$router.replace("/login");
this.$navigation.push("/login", true);
},
},
computed: {