From 1e454b8f2387d9a4e2e4316253d7f8bddadccc1c Mon Sep 17 00:00:00 2001 From: Nikita Kiselev Date: Fri, 11 Jul 2025 17:20:09 +0300 Subject: [PATCH] feat: expand mini app on mounted --- spa/src/App.vue | 6 +++++- spa/src/main.js | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/spa/src/App.vue b/spa/src/App.vue index 1fbbee2..a95abd3 100644 --- a/spa/src/App.vue +++ b/spa/src/App.vue @@ -35,10 +35,14 @@ diff --git a/spa/src/main.js b/spa/src/main.js index 0bdb444..cf38e39 100644 --- a/spa/src/main.js +++ b/spa/src/main.js @@ -6,4 +6,3 @@ createApp(App).mount('#app') const tg = window.Telegram.WebApp; tg.ready(); -tg.expand(); // на весь экран \ No newline at end of file