fix child.segment bug

This commit is contained in:
Rich Harris
2018-07-23 17:02:35 -04:00
parent b28cdff233
commit 8e3830b646
3 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
<span>y: {segment} {count}</span>
<svelte:component this={child.component} {...child.props}/>
<span>child segment: {child.segment}</span>
<script>
import counts from '../_counts.js';