|
|
@@ -33,6 +33,7 @@ |
|
|
|
<input |
|
|
|
@input="searchTextChange" |
|
|
|
@focus="$emit('inputFocus', $event)" |
|
|
|
@blur="blur" |
|
|
|
:placeholder-style="placeholderStyle" |
|
|
|
:adjust-position="false" |
|
|
|
:placeholder="placeholder" |
|
|
@@ -80,7 +81,9 @@ export default { |
|
|
|
this.$emit('input', e.detail.value) |
|
|
|
this.$emit('change', e.detail.value) |
|
|
|
}, |
|
|
|
|
|
|
|
blur(e){ |
|
|
|
this.$emit('blur', e.detail.value) |
|
|
|
}, |
|
|
|
clickLeft(e) { |
|
|
|
this.$emit('clickLeft', e) |
|
|
|
}, |
|
|
|