This commit is contained in:
xds
2025-10-27 16:47:19 +03:00
parent a198c703ef
commit c5baeb8155
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<script setup lang="ts">
const tgApp = window.Telegram.WebApp
</script>
<template>
{{tgApp}}
</template>
<style scoped>
</style>