[WIP] Добавил поиск на модальное окно выбора льгот, правки кода
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user