searchbox修改

This commit is contained in:
2023-03-28 10:42:14 +08:00
parent a28367e265
commit c9d64797f0
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<input <input
type="text" type="text"
class="search_input" class="search_input"
:placeholder="placeholder"
:value="value" :value="value"
:focus="focused" :focus="focused"
@input="handleChange($event)"> @input="handleChange($event)">
@@ -27,6 +28,7 @@
event: 'input' event: 'input'
}, },
props: { props: {
placeholder: String,
value: String, value: String,
seaShow: { seaShow: {
type: Boolean, type: Boolean,