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,
|
||||
default: false
|
||||
},
|
||||
inputClass: toString,
|
||||
inputClass: String,
|
||||
inputStyle: null,
|
||||
style: null,
|
||||
class: String,
|
||||
|
|
Loading…
Reference in New Issue