fix typo
This commit is contained in:
parent
5605b9eb42
commit
49c818f461
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue