Migrate to svelte 5
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
로딩중...
|
||||
{:then cards}
|
||||
{#each cards as card}
|
||||
<LiteCardIcon card={card} on:click={async () => {
|
||||
<LiteCardIcon card={card} onclick={async () => {
|
||||
await downloadRisuHub(card.id, {
|
||||
forceRedirect: true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user