Fix incorrect type on inputClass

This was added as "toString" instead of "String", this this component breaks during development as it's typechecked
pull/1199/head
Stephen Brown 2021-04-20 18:29:55 +02:00 committed by GitHub
parent 96439017cc
commit d448415eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,