aboutsummaryrefslogtreecommitdiff
path: root/src/components/dm_timeline/dm_timeline.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/dm_timeline/dm_timeline.vue')
-rw-r--r--src/components/dm_timeline/dm_timeline.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/dm_timeline/dm_timeline.vue b/src/components/dm_timeline/dm_timeline.vue
new file mode 100644
index 00000000..f03da4d3
--- /dev/null
+++ b/src/components/dm_timeline/dm_timeline.vue
@@ -0,0 +1,5 @@
+<template>
+ <Timeline :title="$t('nav.dms')" v-bind:timeline="timeline" v-bind:timeline-name="'dms'"/>
+</template>
+
+<script src="./dm_timeline.js"></script>