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

5 lines
163 B
Vue

<template>
<Timeline :title="'Friends'" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
</template>
<script src="./friends_timeline.js"></script>