Adds support for 'text' classification
This commit is contained in:
parent
7751d27f80
commit
f12774532a
2 changed files with 2 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -171,6 +171,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
classification () {
|
||||
if (this.isTextInput) return 'text'
|
||||
if (this.isBoxInput) return 'box'
|
||||
if (this.isButtonInput) return 'button'
|
||||
if (this.isSelectInput) return 'select'
|
||||
|
|
Loading…
Add table
Reference in a new issue