pleroma-fe/src/components/quotes_timeline/quotes_timeline.vue

11 lines
197 B
Vue
Raw Normal View History

<template>
<Timeline
:title="$t('nav.quotes')"
:timeline="timeline"
:timeline-name="'quotes'"
:status-id="statusId"
/>
</template>
<script src='./quotes_timeline.js'></script>