1
0
mirror of synced 2025-01-31 23:01:39 +03:00

Adds production build for 0.8.0

This commit is contained in:
Justin Schroeder 2018-03-30 14:56:41 -04:00
parent dde830dbd0
commit c85b35cb03
2 changed files with 4 additions and 4 deletions

6
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@ -222,7 +222,7 @@ export default {
return !this.hasCustomInput && inputTypes.box.includes(this.type)
},
isUnsupportedInput () {
return (!this.hasCustomInput && !this.isTextInput && !this.isButtonInput && !this.isSelectInput && !this.isBoxInput)
return (!this.hasCustomInput && !this.isTextInput && !this.isButtonInput && !this.isSelectInput && !this.isBoxInput && !this.isTextareaInput)
},
form () {
let parent = this.$parent