{ e.preventDefault(); loading = true; try { await register(); } finally { loading = false; } }} > {#if !loading}
注册
{:else}
{/if}