yandere_fe/src/components/mentions/mentions.vue

6 lines
169 B
Vue
Raw Normal View History

<template>
<Timeline :title="$t('nav.interactions')" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
</template>
<script src="./mentions.js"></script>