Исправлены ошибки

This commit is contained in:
DwCay
2022-11-03 20:10:21 +03:00
parent a423965b62
commit 27c2575894
2 changed files with 1 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ export default {
methods: {
closeFormCreate() {
this.isOpenCreate = false;
},
logout() {
localStorage.clear();
this.$router.push("/login");