9 lines
104 B

<Foo/>
<script>
7 years ago
import Foo from './[foo].html';
export default {
components: { Foo }
};
</script>