aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
blob: cf71279672038580cd048074feb7a1365dacb923 (plain)
1
2
3
4
5
6
7
<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>