aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-10-26 19:03:55 +0200
committerRoger Braun <roger@rogerbraun.net>2016-10-26 19:03:55 +0200
commit4c2764c747f1480ee7752e43357663f3c321f571 (patch)
treee5bab6fc4abfd03c626d6d9d07dbac089ab7a151 /src/components/timeline/timeline.vue
parent191c02af1ebfc7e6c53dc88d97c4e3ca23fbea8b (diff)
.
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
new file mode 100644
index 00000000..cf712796
--- /dev/null
+++ b/src/components/timeline/timeline.vue
@@ -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>