home
counter
Logic Blocks
#if Blocks
Uses {#if bool} ... {:else} ... {/if}
bool: true
if bool is true
토글버튼
#each Blocks
Uses {#each list as item, index (key)} ... {:else} empty... {/each}
apple
banana
carrot
토글버튼
#await Blocks
Uses {#await expression} pending... {:then value} value... {:catch error} error... {/await}
getName:
pending...
새로고침