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