12 lines
145 B

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