akkoma-fe/src/components/dm_timeline/dm_timeline.vue

10 lines
161 B
Vue
Raw Normal View History

2018-11-13 19:34:56 +00:00
<template>
2019-07-05 07:17:44 +00:00
<Timeline
:title="$t('nav.dms')"
:timeline="timeline"
:timeline-name="'dms'"
/>
2018-11-13 19:34:56 +00:00
</template>
<script src="./dm_timeline.js"></script>