WIP Перемещен инпут

This commit is contained in:
Daria Golova
2023-07-18 17:39:53 +03:00
parent 1fdc22a1be
commit 51470f0ed3
61 changed files with 670 additions and 585 deletions

View File

@@ -7,11 +7,11 @@
img.h-full.object-cover(:src="url + photo")
span.font-semibold(v-if="!isOpenChange") {{value.fullName}}
.name(v-if="isOpenChange")
base-input(
base-input.bg-white(
@click.stop,
v-model="value.fullName",
placeholder="Фамилия Имя Отчество",
outlined
size="M"
)
</template>