updated to Svelte 4

This commit is contained in:
Gani Georgiev
2023-09-01 09:22:49 +03:00
parent b2bab9573a
commit 8a94ccea42
79 changed files with 1917 additions and 1853 deletions

View File

@@ -106,7 +106,7 @@
</button>
{#if active}
<div class="accordion-content" transition:slide|local={{ duration: 150 }}>
<div class="accordion-content" transition:slide={{ duration: 150 }}>
<slot />
</div>
{/if}