pinafore/routes/_components/timeline/NotificationVirtualListItem.html
Nolan Lawson 2da9cc8d8f refactor
2018-02-04 10:05:26 -08:00

16 lines
381 B
HTML

<Notification
notification="{{virtualProps.notification}}"
timelineType="{{virtualProps.timelineType}}"
timelineValue="{{virtualProps.timelineValue}}"
index="{{virtualIndex}}"
length="{{virtualLength}}"
on:recalculateHeight />
<script>
import Notification from '../status/Notification.html'
export default {
components: {
Notification
}
}
</script>