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

6 lines
163 B
Vue
Raw Normal View History

2016-10-28 15:19:42 +02:00
<template>
<Timeline :title="'Friends'" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
2016-10-28 15:19:42 +02:00
</template>
<script src="./friends_timeline.js"></script>