forked from AkkomaGang/akkoma-fe
d5d464a289
the list name is missing; this is because the API request to get it is different to the API request for receiving the list timeline, and is not yet implemented.
10 lines
178 B
Vue
10 lines
178 B
Vue
<template>
|
|
<Timeline
|
|
title="list.name"
|
|
:timeline="timeline"
|
|
:list-id="listId"
|
|
timeline-name="list"
|
|
/>
|
|
</template>
|
|
|
|
<script src="./list_timeline.js"></script>
|