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

@@ -1,10 +1,10 @@
<script setup lang="ts"></script>
<template>
<v-toolbar color="white" class="flex-grow-0 px-4">
<v-avatar color="grey-lighten-1" text="V"></v-avatar>
<v-toolbar-title class="">name</v-toolbar-title>
</v-toolbar>
<div class="d-flex ga-2 pa-4 border">
<div>V</div>
<div>name</div>
</div>
</template>
<style scoped></style>