mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
@mattwr18 looks like you forgot $state
This commit is contained in:
parent
f8c5290be0
commit
3fa7eeb038
@ -256,10 +256,7 @@
|
||||
</template>
|
||||
</masonry-grid>
|
||||
<client-only>
|
||||
<infinite-loading
|
||||
v-if="hasMore && posts.length >= pageSize"
|
||||
@infinite="showMoreContributions"
|
||||
>
|
||||
<infinite-loading v-if="hasMore" @infinite="showMoreContributions">
|
||||
<hc-load-more :loading="$apollo.loading" @click="showMoreContributions" />
|
||||
</infinite-loading>
|
||||
</client-only>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user