mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-01 03:19:29 +08:00
5 lines
165 B
Vue
5 lines
165 B
Vue
<template>
|
|
<Timeline :title="$t('nav.mentions')" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
|
|
</template>
|
|
|
|
<script src="./mentions.js"></script>
|