yandere_fe/src/components/public_timeline/public_timeline.vue

6 lines
169 B
Vue
Raw Normal View History

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