{#each things as thing} <Nested {...thing}/> {/each} <script> import Nested from './Nested.html'; export default { components: { Nested } }; </script>