WIP Переделала передачу данных, исправила форму

This commit is contained in:
Daria Golova
2022-11-06 16:30:53 +03:00
parent 5bdb9b20d3
commit 86b4a91d23
5 changed files with 199 additions and 158 deletions

View File

@@ -10,6 +10,7 @@
@input="$emit('update:value', $event.target.value)"
:placeholder="placeholder"
:maxlength="maxLength"
:disabled="disabled"
)
.slot(v-if="withIcon", :class="iconPosition")
slot.cursor-pointer
@@ -35,6 +36,7 @@ export default {
},
widthInput: Number,
borderNone: Boolean,
disabled: Boolean,
},
};
</script>
@@ -55,4 +57,6 @@ export default {
opacity: 0
.border-none
border: none
.input
background-color: inherit
</style>