Skip to content
Snippets Groups Projects
Commit 7ce85759 authored by syuilo's avatar syuilo
Browse files

wip

parent 47efc83f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,9 @@
<span>%fa:angle-down%{{ _posts[i + 1]._datetext }}</span>
</p>
</template>
<slot name="tail"></slot>
<footer>
<slot name="tail"></slot>
</footer>
</div>
</template>
......
......@@ -74,8 +74,8 @@ export default Vue.extend({
(this as any).api('posts/timeline', {
until_id: this.posts[this.posts.length - 1].id
}).then(posts => {
this.posts = this.posts.concat(posts);
this.moreFetching = false;
this.posts.unshift(posts);
});
},
onPost(post) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment