yandere_fe/src/components/lists_timeline/lists_timeline.vue

11 lines
179 B
Vue
Raw Normal View History

2022-08-06 17:26:43 +03:00
<template>
<Timeline
title="list.name"
:timeline="timeline"
:list-id="listId"
timeline-name="list"
/>
</template>
<script src="./lists_timeline.js"></script>