mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-05 21:19:30 +08:00
9 lines
174 B
Vue
9 lines
174 B
Vue
<template>
|
|
<Timeline
|
|
:title="$t('nav.public_tl')"
|
|
:timeline="timeline"
|
|
:timeline-name="'public'"
|
|
/>
|
|
</template>
|
|
|
|
<script src="./public_timeline.js"></script>
|