1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-02 06:47:19 +01:00
Pinafore-Web-Client-Frontend/routes/_components/timeline/NotificationVirtualListItem.html

16 lines
381 B
HTML
Raw Normal View History

<Notification
notification="{{virtualProps.notification}}"
timelineType="{{virtualProps.timelineType}}"
timelineValue="{{virtualProps.timelineValue}}"
index="{{virtualIndex}}"
length="{{virtualLength}}"
on:recalculateHeight />
<script>
2018-02-04 10:05:26 -08:00
import Notification from '../status/Notification.html'
export default {
components: {
Notification
}
}
</script>