mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-17 00:43:02 +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>
|