akkoma-fe/src/components/friends_timeline/friends_timeline.vue
2016-10-28 15:19:42 +02:00

10 lines
264 B
Vue

<template>
<div class="timeline panel panel-default">
<div class="panel-heading">Friends Timeline</div>
<div class="panel-body">
<Timeline v-bind:timeline="timeline" />
</div>
</div>
</template>
<script src="./friends_timeline.js"></script>