akkoma-fe/src/components/timeline/timeline.vue

7 lines
183 B
Vue
Raw Normal View History

2016-10-26 17:03:55 +00:00
<template>
<div class="timeline">
2016-10-28 13:19:42 +00:00
<status v-for="status in timeline.visibleStatuses" v-bind:status="status"></status>
2016-10-26 17:03:55 +00:00
</div>
</template>
<script src="./timeline.js"></script>