pleroma-fe/src/components/bubble_timeline/bubble_timeline.vue
FloatingGhost 0613a4d285
add bubble timeline
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2023-01-30 16:04:37 +01:00

10 lines
180 B
Vue

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