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") }} + +
+