fix create form and fix origin

This commit is contained in:
kandrusyak
2023-09-04 20:57:34 +03:00
parent e7b9cce5a2
commit 66efe5bc95
6 changed files with 35 additions and 40 deletions

View File

@@ -20,8 +20,9 @@
:placeholder="useInput && placeholder ? placeholder : ''",
@filter="filterFn",
:popup-content-style="popupContentStyle"
@blur="$emit('blur')"
)
template(v-slot:selected)
template(#selected)
slot(name="selected")
template(v-slot:option="scope", v-if="!customOption")
q-item(v-bind="scope.itemProps", style="justify-content: center", v-if="value?.icon")
@@ -79,7 +80,7 @@ export default {
filterFn: Function,
popupContentStyle: Object,
},
emits: ["update:modelValue"],
emits: ["update:modelValue", "blur"],
computed: {
value: {
get() {