akkoma-fe/src/components/mentions/mentions.vue

6 lines
157 B
Vue

<template>
<Timeline :title="'Mentions'" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
</template>
<script src="./mentions.js"></script>