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

@@ -5,7 +5,7 @@
base-input(
:with-icon="true",
icon-position="left",
v-model:value="searchClient",
v-model="searchClient",
placeholder="Введите фамилию",
@keyup.enter="searchLastName"
)