[WIP] Добавил переход на главную страницу при клике на иконку, заменил иконку уведомления об ошибке, поправил стили

This commit is contained in:
megavrilinvv
2023-03-02 18:06:24 +03:00
parent 943454c091
commit 486bfdf9c1
5 changed files with 38 additions and 3 deletions

View File

@@ -78,6 +78,9 @@ export default {
"$route.path"() {
if (this.$router.currentRoute._value.fullPath === "/calendar") {
this.currenPageBorder = true;
this.pageSettings.forEach((el) =>
el.path === "#/calendar" ? (el.active = true) : (el.active = false)
);
} else this.currenPageBorder = false;
},
},