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