{{#if visible}}
<Child>delayed</Child>
{{/if}}
<script>
import Child from './Child.html';
export default {
components:{ Child }
};
</script>