pull/4316/head
Conduitry 6 years ago
parent b6ca05c89b
commit 1b0dd2a0d9

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

Loading…
Cancel
Save