pinafore/routes/_components/timeline/StatusListItem.html

10 lines
234 B
HTML
Raw Normal View History

2018-01-21 19:32:18 +01:00
<Status status="{{virtualProps}}" index="{{virtualIndex}}" length="{{virtualLength}}" on:recalculateHeight />
2018-01-15 19:54:02 +01:00
<script>
2018-01-28 01:35:44 +01:00
import Status from '../status/Status.html'
2018-01-15 19:54:02 +01:00
export default {
components: {
Status
}
}
</script>