12 lines
141 B

<span>level 2</span>
{{yield}}
<script>
import Level3 from './Level3.html';
export default {
components: {
Level3
}
};
</script>