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