Skip to content

Commit 87ed04d

Browse files
committed
.
1 parent b3b9282 commit 87ed04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vue-simple-suggest.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default {
126126
slotIsComponent () {
127127
return (this.$slots.default && this.$slots.default.length > 0) && !!this.$slots.default[0].componentInstance
128128
},
129-
listIsRequest() {
129+
listIsRequest () {
130130
return typeof this.list === 'function';
131131
},
132132
input () {

0 commit comments

Comments
 (0)