init
Some checks failed
Deploy / build (push) Has been cancelled

This commit is contained in:
alsaze 2025-11-26 17:32:39 +03:00
parent 31c9e5f49c
commit f14a89a201

View File

@ -39,7 +39,7 @@ const { isMobile } = useScreen()
const router = useRouter()
const route = useRoute()
const tabs = ref<TabsItem[]>([
const tabs = computed<TabsItem[]>(() => [
{
label: isMobile.value ? '' : 'Главная',
icon: 'i-lucide-home',