12 lines
121 B

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