WIP Исправил баги ASTRA-53, ASTRA-54, добавил валибацию

This commit is contained in:
DwCay
2023-04-20 19:52:58 +03:00
parent b1a7d106ea
commit fcabea8f86
7 changed files with 177 additions and 35 deletions

View File

@@ -11,6 +11,7 @@
:type="type",
:readonly="readonly",
:disable="disabled",
:name="name"
:filled="filled",
:bg-color="filled || standout ? '' : 'white'",
:rules="rule",
@@ -88,6 +89,7 @@ export default {
label: String,
readonly: Boolean,
iconLeft: Boolean,
name: String,
},
emits: ["update:modelValue"],
computed: {