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

6 lines
169 B
Vue
Raw Normal View History

2016-10-26 17:03:55 +00:00
<template>
<Timeline :title="'Public Timeline'" v-bind:timeline="timeline" v-bind:timeline-name="'public'"/>
2016-10-26 17:03:55 +00:00
</template>
<script src="./public_timeline.js"></script>