chore(web): migration svelte 5 syntax (#13883)
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
import type { PageData } from './$types';
|
||||
import { asyncTimeout } from '$lib/utils';
|
||||
|
||||
export let data: PageData;
|
||||
interface Props {
|
||||
data: PageData;
|
||||
}
|
||||
|
||||
let { data = $bindable() }: Props = $props();
|
||||
|
||||
let running = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user