From df241f9a3019114fd3b870aa9918329f1c0db2b7 Mon Sep 17 00:00:00 2001 From: minie4 Date: Sat, 12 Jul 2025 02:11:46 +0200 Subject: [PATCH] fix: only show demo notice if demo class is selected --- src/App.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e29fc58..28a2afa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,6 +13,7 @@ import { selectedDay, changeDay, changeDate, + activeProfile, } from "@/store"; import { computed, ref } from "vue"; @@ -50,7 +51,19 @@ const isDataView = computed(() => route.meta.dataView || false); v-show="isDataView" />
-
{{ $t("demoNotice") }}
+
+
+ + {{ $t("demoNotice") }} + +
+