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