mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-02 03:39:30 +08:00
5 lines
163 B
Vue
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>
|