mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Timeline.vue
This commit is contained in:
parent
f093bf05a9
commit
21c900e493
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
|||
<div v-if="modes.infinite == true && !loading && feed.length > 0">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<infinite-loading @infinite="infiniteTimeline" distance="800">
|
||||
<infinite-loading @infinite="infiniteTimeline" :distance="800">
|
||||
<div slot="no-more" class="font-weight-bold">No more posts to load</div>
|
||||
<div slot="no-results" class="font-weight-bold">No posts found</div>
|
||||
</infinite-loading>
|
||||
|
|
Loading…
Reference in a new issue