akkoma-fe/src/components/friends_timeline/friends_timeline.vue

11 lines
296 B
Vue
Raw Normal View History

2016-10-28 13:19:42 +00:00
<template>
<div class="timeline panel panel-default">
<div class="panel-heading">Friends Timeline</div>
<div class="panel-body">
2016-10-28 13:40:13 +00:00
<Timeline v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>
2016-10-28 13:19:42 +00:00
</div>
</div>
</template>
<script src="./friends_timeline.js"></script>