Merge pull request #1199 from evolvedlight/patch-1

Fix incorrect type on inputClass
pull/1281/head
Cagatay Civici 2021-05-18 12:41:59 +03:00 committed by GitHub
commit 1b776b9abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default {
type: Boolean,
default: false
},
inputClass: toString,
inputClass: String,
inputStyle: null,
style: null,
class: String,