[WIP] Добавил состояние отсутсвующих данных

This commit is contained in:
megavrilinvv
2022-11-11 13:25:28 +03:00
parent 4837bea07b
commit 91fff6cb30
4 changed files with 76 additions and 42 deletions

View File

@@ -1,10 +1,10 @@
<template lang="pug">
.input-wrapper.flex.gap-x-2.px-3.box-border.w-max-fit(class="py-2.5")
input.place-input.w-full.outline-0.text-sm.not-italic.resize-none(
textarea.place-input.w-full.outline-0.text-sm.not-italic.resize-none(
:rows="Math.ceil(value.length/heightInput)"
:value="value"
@input="$emit('update:value', $event.target.value)"
v-mask="sharp"
)
slot
</template>