[WIP] Добавил переход на главную страницу при клике на иконку, заменил иконку уведомления об ошибке, поправил стили
This commit is contained in:
@@ -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;
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user