pleroma-fe/src/components/mentions/mentions.vue
2017-03-01 20:36:37 +01:00

5 lines
157 B
Vue

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