From 3a1816d67bc731f7ae67c40550f89a1703fd397d Mon Sep 17 00:00:00 2001 From: Filippov Alex Date: Tue, 2 Jan 2024 15:59:37 +0530 Subject: [PATCH] technical debt --- .../admin/src/layout/components/AppView.vue | 11 ++++++- static_source/admin/src/styles/var.css | 2 ++ .../src/views/Dashboard/editor/editor.vue | 14 ++++----- .../admin/src/views/Dashboard/view/view.vue | 29 ------------------- 4 files changed, 19 insertions(+), 37 deletions(-) diff --git a/static_source/admin/src/layout/components/AppView.vue b/static_source/admin/src/layout/components/AppView.vue index a39f9153d..493dfcf9d 100644 --- a/static_source/admin/src/layout/components/AppView.vue +++ b/static_source/admin/src/layout/components/AppView.vue @@ -13,6 +13,8 @@ const fixedHeader = computed(() => appStore.getFixedHeader) const footer = computed(() => appStore.getFooter) +const tagsView = computed(() => appStore.getTagsView) + const tagsViewStore = useTagsViewStore() const getCaches = computed((): string[] => { @@ -42,7 +44,14 @@ onUnmounted(() => {