1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-10 10:16:20 +01:00
Pinafore-Web-Client-Frontend/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>