mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-13 16:13:21 +01:00
8 lines
199 B
Vue
8 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>
|