Добавил форму адресов клиента, исправил стили

This commit is contained in:
megavrilinvv
2022-11-11 18:21:08 +03:00
parent 91fff6cb30
commit 7795496c2f
5 changed files with 108 additions and 26 deletions

View File

@@ -4,13 +4,11 @@
:rows="Math.ceil(value.length/heightInput)"
:value="value"
@input="$emit('update:value', $event.target.value)"
)
slot
</template>
<script>
import { mask } from "vue-the-mask";
export default {
name: "ClientDetailInput",
props: {
@@ -18,7 +16,6 @@ export default {
width: Number,
sharp: String,
},
directives: { mask },
computed: {
heightInput() {