修改input组件 autofocus为Boolean值

This commit is contained in:
丁强 2017-04-28 14:53:17 +08:00
parent f15c216a51
commit 8d3a02a52e
4 changed files with 10 additions and 6 deletions

View file

@ -92,7 +92,8 @@
default: false
},
autofocus: {
type: String
type: Boolean,
default: false
}
},
data () {

View file

@ -101,7 +101,8 @@
default: false
},
autofocus: {
type: String
type: Boolean,
default: false
}
},
data () {