pull/4316/head
Conduitry 6 years ago
parent 7f85b929d8
commit b6ca05c89b

@ -8,7 +8,7 @@
onMount(() => { onMount(() => {
if (count < 5) { if (count < 5) {
count++; count++;
let child = new Child({target:root}); const child = new Child({ target:root });
} }
}); });
</script> </script>

Loading…
Cancel
Save