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

10 lines
175 B
Vue
Raw Normal View History

2016-10-28 13:19:42 +00:00
<template>
2019-07-05 07:17:44 +00:00
<Timeline
:title="$t('nav.timeline')"
:timeline="timeline"
:timeline-name="'friends'"
/>
2016-10-28 13:19:42 +00:00
</template>
<script src="./friends_timeline.js"></script>