aboutsummaryrefslogtreecommitdiff
path: root/src/components/dm_timeline/dm_timeline.vue
blob: c4e4d07030613e9be8efc6d06b918c6e5bb692ab (plain)
1
2
3
4
5
6
7
8
9
<template>
  <Timeline
    :title="$t('nav.dms')"
    :timeline="timeline"
    :timeline-name="'dms'"
  />
</template>

<script src="./dm_timeline.js"></script>