feat: add telegram api
This commit is contained in:
@@ -3,3 +3,7 @@ import App from './App.vue'
|
||||
import './style.css'
|
||||
|
||||
createApp(App).mount('#app')
|
||||
|
||||
const tg = window.Telegram.WebApp;
|
||||
tg.ready();
|
||||
tg.expand(); // на весь экран
|
||||
Reference in New Issue
Block a user