pleroma-fe/src/components/lists_timeline/lists_timeline.vue
2022-08-06 17:56:54 +03:00

11 lines
179 B
Vue

<template>
<Timeline
title="list.name"
:timeline="timeline"
:list-id="listId"
timeline-name="list"
/>
</template>
<script src="./lists_timeline.js"></script>