{#each a as x}
<Widget bind:value='x'/>
{/each}
<script>
import Widget from './Widget.html';
export default {
components: {
Widget
}
};
</script>