fixed #812
This commit is contained in:
parent
e7ad415432
commit
0460a1e811
11 changed files with 211 additions and 53 deletions
|
@ -9,6 +9,7 @@
|
|||
:size="size"
|
||||
:placeholder="placeholder"
|
||||
:value="visualValue"
|
||||
:name="name"
|
||||
@on-input-change="handleInputChange"
|
||||
@on-focus="handleFocus"
|
||||
@on-click="handleIconClick"
|
||||
|
@ -197,6 +198,9 @@
|
|||
transfer: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
name: {
|
||||
type: String
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue