diff --git a/src/App.vue b/src/App.vue index ced2e67..770b37a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -42,7 +42,7 @@ onMounted(() => { tgApp.expand?.(); // более мягкий вариант, чем requestFullscreen() tgApp.requestFullscreen?.(); tgApp.lockOrientation?.(); - if (route.path != '/') { + if (route.path !== '/') { tgApp.BackButton.show() // при нажатии — возвращаемся назад const handleBack = () => { @@ -69,6 +69,7 @@ onBeforeUnmount(() => {