1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-02 14:56:48 +01:00

10 lines
204 B
HTML
Raw Normal View History

2018-01-17 23:00:33 -08:00
<Status status="{{virtualProps}}" index="{{virtualIndex}}" length="{{virtualLength}}"/>
2018-01-15 10:54:02 -08:00
<script>
import Status from './Status.html'
export default {
components: {
Status
}
}
</script>