forked from FoundKeyGang/FoundKey
Improve usability
This commit is contained in:
parent
2270fbf3ee
commit
50251955cd
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export default Vue.extend({
|
|||
return {
|
||||
inputValue: this.input && this.input.default ? this.input.default : null,
|
||||
userInputValue: null,
|
||||
selectedValue: null,
|
||||
selectedValue: this.select ? this.select.items ? this.select.items[0].value : this.select.groupedItems[0].items[0].value : null,
|
||||
faTimesCircle, faQuestionCircle
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue