mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-17 00:43:02 +01:00
5 lines
172 B
Vue
5 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>
|