akkoma-fe/src/components/mentions/mentions.vue
2017-11-08 21:54:48 +00:00

6 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>