use runes mode, allow switching locale without js
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import { onMount } from "svelte";
|
||||
|
||||
let data = null;
|
||||
let data = $state(null);
|
||||
|
||||
onMount(async () => {
|
||||
data = await api.metrics(fetch);
|
||||
|
Reference in New Issue
Block a user