1
0
Fork 0
akkoma-fe/src/components/dm_timeline/dm_timeline.vue

10 lines
161 B
Vue

<template>
<Timeline
:title="$t('nav.dms')"
:timeline="timeline"
:timeline-name="'dms'"
/>
</template>
<script src="./dm_timeline.js"></script>