mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 19:19:29 +08:00
9 lines
172 B
Vue
9 lines
172 B
Vue
<template>
|
|
<Timeline
|
|
:title="$t('nav.interactions')"
|
|
:timeline="timeline"
|
|
:timeline-name="'mentions'"
|
|
/>
|
|
</template>
|
|
|
|
<script src="./mentions.js"></script>
|