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.vue6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/dm_timeline/dm_timeline.vue b/src/components/dm_timeline/dm_timeline.vue
index c4e4d070..f03da4d3 100644
--- a/src/components/dm_timeline/dm_timeline.vue
+++ b/src/components/dm_timeline/dm_timeline.vue
@@ -1,9 +1,5 @@
<template>
- <Timeline
- :title="$t('nav.dms')"
- :timeline="timeline"
- :timeline-name="'dms'"
- />
+ <Timeline :title="$t('nav.dms')" v-bind:timeline="timeline" v-bind:timeline-name="'dms'"/>
</template>
<script src="./dm_timeline.js"></script>