10 lines
105 B

<Foo x/>
<script>
import Foo from './Foo.html';
export default {
components: { Foo }
};
</script>