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