Fix incorrect type on inputClass
This was added as "toString" instead of "String", this this component breaks during development as it's typecheckedpull/1199/head
parent
96439017cc
commit
d448415eec
|
@ -65,7 +65,7 @@ export default {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
inputClass: toString,
|
inputClass: String,
|
||||||
inputStyle: null,
|
inputStyle: null,
|
||||||
style: null,
|
style: null,
|
||||||
class: String,
|
class: String,
|
||||||
|
|
Loading…
Reference in New Issue