init
Some checks are pending
Deploy / build (push) Has started running

This commit is contained in:
alsaze
2025-12-08 17:04:20 +03:00
parent d1969e34dc
commit c58fce240f
96 changed files with 346 additions and 562 deletions

View File

@@ -12,11 +12,9 @@
}"
>
<template #left>
<div class="text-lg">
<NuxtLink to="/" class="text-lg">
Rental
</div>
<UColorModeSwitch />
</NuxtLink>
<div class="absolute left-1/2 transform -translate-x-1/2">
<UTabs v-model="activeTab" :size="isMobile ? 'md' : 'xl'" :content="false" :items="tabs" />
@@ -128,6 +126,6 @@ watch(() => route?.path, () => {
return
}
activeTab.value = routerPath
activeTab.value = routerPath || '/'
})
</script>