diff --git a/src/App.vue b/src/App.vue index b88ffd5..fc84644 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,6 +10,7 @@ import { computed, onMounted, onBeforeUnmount, ref, watch } from "vue"; const spaceStore = useSpaceStore(); const toolbarStore = useToolbarStore(); const route = useRoute(); +const platform = ref("unknown") const tgApp = (window as any)?.Telegram?.WebApp; const isTelegram = computed(() => !!tgApp); @@ -89,7 +90,7 @@ onBeforeUnmount(() => {