pleroma-fe/src/components/public_timeline/public_timeline.vue
2017-03-01 20:36:37 +01:00

6 lines
169 B
Vue

<template>
<Timeline :title="'Public Timeline'" v-bind:timeline="timeline" v-bind:timeline-name="'public'"/>
</template>
<script src="./public_timeline.js"></script>