mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-02-13 16:13:22 +01:00
5 lines
169 B
Vue
5 lines
169 B
Vue
<template>
|
|
<Timeline :title="$t('nav.interactions')" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
|
|
</template>
|
|
|
|
<script src="./mentions.js"></script>
|