[WIP] Добавил поиск на модальное окно выбора льгот, правки кода

This commit is contained in:
megavrilinvv
2023-04-20 16:22:25 +03:00
parent 3776ac6c7d
commit 4e2865d143
5 changed files with 94 additions and 34 deletions

View File

@@ -22,10 +22,12 @@
:autogrow="autogrow",
:square="square",
:standout="standout"
:accept="accept"
:accept="accept",
hide-bottom-space
)
slot.cursor-pointer
template(v-slot:prepend, v-if="iconLeft")
slot
slot.cursor-pointer(v-if="!iconLeft")
</template>
<script>
@@ -85,6 +87,7 @@ export default {
disabled: Boolean,
label: String,
readonly: Boolean,
iconLeft: Boolean,
},
emits: ["update:modelValue"],
computed: {