aboutsummaryrefslogtreecommitdiff
path: root/src/components/lists_timeline/lists_timeline.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/lists_timeline/lists_timeline.vue')
-rw-r--r--src/components/lists_timeline/lists_timeline.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/lists_timeline/lists_timeline.vue b/src/components/lists_timeline/lists_timeline.vue
new file mode 100644
index 00000000..18156b81
--- /dev/null
+++ b/src/components/lists_timeline/lists_timeline.vue
@@ -0,0 +1,10 @@
+<template>
+ <Timeline
+ title="list.name"
+ :timeline="timeline"
+ :list-id="listId"
+ timeline-name="list"
+ />
+</template>
+
+<script src="./lists_timeline.js"></script>