WIP Исправлены найденные baseInputs

This commit is contained in:
Daria Golova
2022-12-29 15:21:21 +03:00
parent c664f11bfb
commit e138bedfac
31 changed files with 200 additions and 228 deletions

View File

@@ -13,7 +13,7 @@
.flex.non-italic.font-semibold.text-xss Логин
base-input.h-12.font-medium(
:style="{borderColor: wrongData ? this.redColor : ''}",
v-model:value="user.username",
v-model="user.username",
type="text",
placeholder="Введите ваш логин"
)
@@ -21,7 +21,7 @@
.flex.non-italic.font-semibold.text-xss Пароль
base-input.h-12(
:style="{borderColor: wrongData ? this.redColor : ''}",
v-model:value="user.password",
v-model="user.password",
:type="changeType",
placeholder="Введите ваш пароль"
)