Fix Svelte 5 deprecation: Replace <slot /> with {@render children()}
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script>
|
||||
import "../app.css";
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<slot />
|
||||
{@render children()}
|
||||
|
||||
Reference in New Issue
Block a user