This commit is contained in:
2025-09-10 15:17:51 +08:00
parent eae62dfc4c
commit bff95dcce7
4 changed files with 8 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
type="text"
class="filter_input pdr120"
confirm-type="go"
:placeholder="placeholder"
:value="value"
:focus="focusState"
@focus="handleFocus"
@@ -29,7 +30,8 @@
event: 'input'
},
props: {
value: String
value: String,
placeholder: String,
},
methods: {
handleFocus () {