WIP Переделала создание клиента

This commit is contained in:
Daria Golova
2023-02-22 14:01:55 +03:00
parent 2f2c331189
commit 0f9d271575
2 changed files with 23 additions and 28 deletions

View File

@@ -10,7 +10,7 @@
:dense="dense",
:type="type",
:filled="filled",
:bg-color="!filled && 'white'",
:bg-color="filled ? '' : 'white'",
:disable="disabled",
:rules="rule",
:mask="mask",