mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-14 01:02:41 +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>
|