修改input组件 autofocus为Boolean值
This commit is contained in:
parent
f15c216a51
commit
8d3a02a52e
4 changed files with 10 additions and 6 deletions
|
@ -92,7 +92,8 @@
|
|||
default: false
|
||||
},
|
||||
autofocus: {
|
||||
type: String
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
|
@ -101,7 +101,8 @@
|
|||
default: false
|
||||
},
|
||||
autofocus: {
|
||||
type: String
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue