mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-16 00:23:02 +01:00
10 lines
262 B
Vue
10 lines
262 B
Vue
<template>
|
|
<div class="timeline panel panel-default">
|
|
<div class="panel-heading">Public Timeline</div>
|
|
<div class="panel-body">
|
|
<Timeline v-bind:timeline="timeline" />
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script src="./public_timeline.js"></script>
|