akkoma-fe/src/components/tag_timeline/tag_timeline.vue
2017-09-17 14:26:35 +03:00

5 lines
148 B
Vue

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