Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiondesu committed Mar 31, 2018
1 parent b3b9282 commit 87ed04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vue-simple-suggest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default {
slotIsComponent () {
return (this.$slots.default && this.$slots.default.length > 0) && !!this.$slots.default[0].componentInstance
},
listIsRequest() {
listIsRequest () {
return typeof this.list === 'function';
},
input () {
Expand Down

0 comments on commit 87ed04d

Please sign in to comment.