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

6 lines
165 B
Vue
Raw Normal View History

<template>
2017-11-08 22:54:48 +01:00
<Timeline :title="$t('nav.mentions')" v-bind:timeline="timeline" v-bind:timeline-name="'mentions'"/>
</template>
<script src="./mentions.js"></script>