mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-16 08:23:04 +01: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>
|