wip
This commit is contained in:
parent
202ac80fa8
commit
4f2041c1d9
2 changed files with 99 additions and 92 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="mk-timeline" ref="root">
|
||||
<template v-for="(post, i) in _posts">
|
||||
<mk-timeline-post :post="post" :key="post.id"/>
|
||||
<mk-timeline-post :post.sync="post" :key="post.id"/>
|
||||
<p class="date" :key="post.id + '-time'" v-if="i != _posts.length - 1 && _post._date != _posts[i + 1]._date"><span>%fa:angle-up%{{ post._datetext }}</span><span>%fa:angle-down%{{ _posts[i + 1]._datetext }}</span></p>
|
||||
</template>
|
||||
<footer data-yield="footer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue