mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-07 05:39:12 +08:00
10 lines
321 B
Vue
10 lines
321 B
Vue
<template>
|
|
<div class="timeline panel panel-default">
|
|
<div class="panel-heading base01-background base04">Friends Timeline</div>
|
|
<div class="panel-body">
|
|
<Timeline v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script src="./friends_timeline.js"></script>
|