fixed #862
This commit is contained in:
parent
5a9a12cd1c
commit
7959adf7a8
2 changed files with 5 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
@blur="blur"
|
||||
@keydown.stop="keyDown"
|
||||
@change="change"
|
||||
:name="name"
|
||||
:value="value">
|
||||
</div>
|
||||
</div>
|
||||
|
@ -94,6 +95,9 @@
|
|||
autofocus: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
name: {
|
||||
type: String
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue