mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 19:19:29 +08:00
5 lines
158 B
Vue
5 lines
158 B
Vue
<template>
|
|
<Timeline :title="$t('nav.dms')" v-bind:timeline="timeline" v-bind:timeline-name="'dms'"/>
|
|
</template>
|
|
|
|
<script src="./dm_timeline.js"></script>
|