mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
update menu + add event page
This commit is contained in:
@@ -23,7 +23,7 @@ const limitsInfo = ref<{
|
||||
|
||||
onMounted(async () => {
|
||||
if (route.query.just_logged) return location.href = '/';
|
||||
limitsInfo.value = await $fetch("/api/project/limits_info", signHeaders());
|
||||
limitsInfo.value = await $fetch<any>("/api/project/limits_info", signHeaders());
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user