yandere_fe/src/components/mentions/mentions.vue

10 lines
172 B
Vue
Raw Normal View History

<template>
2019-07-05 00:17:44 -07:00
<Timeline
:title="$t('nav.interactions')"
:timeline="timeline"
:timeline-name="'mentions'"
/>
</template>
<script src="./mentions.js"></script>