This commit is contained in:
2026-02-26 22:34:44 +03:00
parent 2cc21bb284
commit 54fa90b2a5
22 changed files with 1108 additions and 451 deletions

View File

@@ -7,19 +7,13 @@ const authStore = useAuthStore()
</script>
<template>
<v-app>
<v-main class="chat-fullscreen">
<v-container fluid class="h-100 pa-0">
<chat-view v-if="authStore.isAuth" />
<sign-in-view v-else />
<!-- <sign-in-view />-->
</v-container>
</v-main>
</v-app>
<div class="chat-fullscreen">
<div class="h-100 w-50r margin-auto py-4">
<chat-view />
<!-- <chat-view v-if="authStore.isAuth" />-->
<!-- <sign-in-view v-else />-->
</div>
</div>
</template>
<style scoped>
.chat-fullscreen {
height: 100vh;
}
</style>
<style></style>