tg app
This commit is contained in:
14
src/components/auth/LoginPage.vue
Normal file
14
src/components/auth/LoginPage.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
|
||||
const tgApp = window.Telegram.WebApp
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
{{tgApp}}
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user