Adds production build for 0.8.0
This commit is contained in:
parent
dde830dbd0
commit
c85b35cb03
6
dist/index.js
vendored
6
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -222,7 +222,7 @@ export default {
|
|||||||
return !this.hasCustomInput && inputTypes.box.includes(this.type)
|
return !this.hasCustomInput && inputTypes.box.includes(this.type)
|
||||||
},
|
},
|
||||||
isUnsupportedInput () {
|
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 () {
|
form () {
|
||||||
let parent = this.$parent
|
let parent = this.$parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user