mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-23 02:12:14 +01:00
10 lines
204 B
HTML
10 lines
204 B
HTML
<Status status="{{virtualProps}}" index="{{virtualIndex}}" length="{{virtualLength}}"/>
|
|
<script>
|
|
import Status from './Status.html'
|
|
|
|
export default {
|
|
components: {
|
|
Status
|
|
}
|
|
}
|
|
</script> |