fix create form and fix origin
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user