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

8 lines
199 B
Vue
Raw Normal View History

2016-10-27 04:03:55 +11:00
<template>
<div class="timeline">
<h1>Timeline goes here</h1>
<h2 v-for="status in timeline.visibleStatuses">{{status.text}}</h2>
</div>
</template>
<script src="./timeline.js"></script>