akkoma-fe/src/components/tag_timeline/tag_timeline.vue

11 lines
167 B
Vue
Raw Normal View History

2017-09-17 11:26:35 +00:00
<template>
2019-07-05 07:17:44 +00:00
<Timeline
:title="tag"
:timeline="timeline"
:timeline-name="'tag'"
:tag="tag"
/>
2017-09-17 11:26:35 +00:00
</template>
2019-07-05 07:17:44 +00:00
<script src='./tag_timeline.js'></script>