mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-08 14:33:37 +01:00
6 lines
158 B
Vue
6 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>
|