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

11 lines
167 B
Vue

<template>
<Timeline
:title="tag"
:timeline="timeline"
:timeline-name="'tag'"
:tag="tag"
/>
</template>
<script src='./tag_timeline.js'></script>