mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-02-13 16:13:22 +01:00
9 lines
161 B
Vue
9 lines
161 B
Vue
<template>
|
|
<Timeline
|
|
:title="$t('nav.dms')"
|
|
:timeline="timeline"
|
|
:timeline-name="'dms'"
|
|
/>
|
|
</template>
|
|
|
|
<script src="./dm_timeline.js"></script>
|