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

6 lines
172 B
Vue
Raw Normal View History

2016-10-28 13:19:42 +00:00
<template>
2019-04-10 18:48:42 +00:00
<Timeline :title="$t('nav.timeline')" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
2016-10-28 13:19:42 +00:00
</template>
<script src="./friends_timeline.js"></script>