youjo-fe/src/components/timeline/timeline.vue
Roger Braun 4c2764c747 .
2016-10-26 19:03:55 +02:00

7 lines
199 B
Vue

<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>