aboutsummaryrefslogtreecommitdiff
path: root/src/components/lists_timeline/lists_timeline.vue
blob: 18156b8120eb041d10cad4219ac4c9b2aa007cd9 (plain)
1
2
3
4
5
6
7
8
9
10
<template>
  <Timeline
    title="list.name"
    :timeline="timeline"
    :list-id="listId"
    timeline-name="list"
  />
</template>

<script src="./lists_timeline.js"></script>