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

10 lines
174 B
Vue
Raw Permalink Normal View History

2016-10-26 17:03:55 +00:00
<template>
2019-07-05 07:17:44 +00:00
<Timeline
:title="$t('nav.public_tl')"
:timeline="timeline"
:timeline-name="'public'"
/>
2016-10-26 17:03:55 +00:00
</template>
<script src="./public_timeline.js"></script>