mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-03 04:09:30 +08: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>
|