fix_error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-14 19:21:21 +03:00
parent ab94ad69a5
commit 04ea1f83c6
39 changed files with 2326 additions and 451 deletions

View File

@@ -13,6 +13,7 @@ export default defineBoot(({ app }) => {
if (window.Telegram?.WebApp) {
const webApp = window.Telegram.WebApp
webApp.ready()
webApp.SettingsButton.isVisible = true
app.config.globalProperties.$tg = webApp
app.provide('tg', webApp)
}