1
0
Fork 0
akkoma-fe/src/components/list_timeline/list_timeline.vue

11 lines
178 B
Vue

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