<Status status="{{virtualProps}}" />
<script>
import Status from './Status.html'
export default {
components: {
Status
}
</script>