From 39b677404558ae3b7eb34e818d7ca308f62f9cb0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 28 Oct 2024 15:32:46 -0700 Subject: feat: update to svelte 5 --- src/lib/Layout/Popup.svelte | 40 ++++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) (limited to 'src/lib/Layout/Popup.svelte') diff --git a/src/lib/Layout/Popup.svelte b/src/lib/Layout/Popup.svelte index b82e86c2..45b719f8 100644 --- a/src/lib/Layout/Popup.svelte +++ b/src/lib/Layout/Popup.svelte @@ -1,16 +1,32 @@ - + {#if show}
- + {@render children?.()}
{/if} -- cgit v1.2.3