mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-13 15:59:13 +08:00
9 lines
180 B
Vue
9 lines
180 B
Vue
<template>
|
|
<Timeline
|
|
:title="$t('nav.bubble_timeline')"
|
|
:timeline="timeline"
|
|
:timeline-name="'bubble'"
|
|
/>
|
|
</template>
|
|
|
|
<script src="./bubble_timeline.js"></script>
|