.
This commit is contained in:
parent
191c02af1e
commit
4c2764c747
19 changed files with 2605 additions and 95 deletions
7
src/components/timeline/timeline.vue
Normal file
7
src/components/timeline/timeline.vue
Normal file
|
@ -0,0 +1,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>
|
Loading…
Add table
Add a link
Reference in a new issue