diff --git a/src/App.vue b/src/App.vue index 934eccf..4d32958 100644 --- a/src/App.vue +++ b/src/App.vue @@ -69,7 +69,7 @@ export default { }, logOut() { this.$store.dispatch("auth/logout"); - this.$router.replace("/login"); + this.$navigation.push("/login", true); }, }, computed: { diff --git a/src/components/Join.vue b/src/components/Join.vue index c5ed446..4cb3ce9 100644 --- a/src/components/Join.vue +++ b/src/components/Join.vue @@ -1,6 +1,6 @@