1
0
Fork 0
akkoma-fe/src/components/bubble_timeline/bubble_timeline.vue

10 lines
180 B
Vue

<template>
<Timeline
:title="$t('nav.bubble_timeline')"
:timeline="timeline"
:timeline-name="'bubble'"
/>
</template>
<script src="./bubble_timeline.js"></script>