This commit is contained in:
Keviin Åberg Kultalahti 2021-01-22 10:05:49 +01:00
parent 5605b9eb42
commit 49c818f461
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{#each rows as row} {#each rows as row}
<DataProvider {row}> <DataProvider {row}>
{#if $component.children === 0} {#if $component.children === 0}
<p>Add some components to.</p> <p>Add some components too.</p>
{:else} {:else}
<slot /> <slot />
{/if} {/if}