From 88a981bfde31b0bb35c54606b2c197a696803258 Mon Sep 17 00:00:00 2001 From: guerler Date: Tue, 21 May 2024 18:27:55 +0300 Subject: [PATCH] Add configuration conditions --- client/src/components/Masthead/Masthead.vue | 31 +++++++++++++------ .../src/components/Masthead/MastheadItem.vue | 8 ++--- client/src/entry/analysis/App.vue | 1 - 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/client/src/components/Masthead/Masthead.vue b/client/src/components/Masthead/Masthead.vue index e3160ae786dd..2c12092a5970 100644 --- a/client/src/components/Masthead/Masthead.vue +++ b/client/src/components/Masthead/Masthead.vue @@ -20,8 +20,6 @@ const route = useRoute(); const router = useRouter(); const { config, isConfigLoaded } = useConfig(); -const emit = defineEmits(["open-url"]); - const props = defineProps({ brand: { type: String, @@ -86,7 +84,13 @@ onMounted(() => {