pinafore/routes/_components/StatusListItem.html

10 lines
226 B
HTML
Raw Normal View History

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