This commit is contained in:
梁灏 2017-09-19 16:45:02 +08:00
parent e7ad415432
commit 0460a1e811
11 changed files with 211 additions and 53 deletions

View file

@ -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 () {