1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00
This commit is contained in:
Keviin Åberg Kultalahti 2021-01-22 10:05:49 +01:00
parent 5605b9eb42
commit 49c818f461

View file

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