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

6 lines
172 B
Vue

<template>
<Timeline :title="$t('nav.timeline')" v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
</template>
<script src="./friends_timeline.js"></script>