expose reload function from apps list

This commit is contained in:
Hazelnoot 2025-06-22 10:28:58 -04:00
parent 2d41b0dcb0
commit e51524f1a6

View file

@ -124,6 +124,10 @@ function adminPerms(perms: string[]): string[] {
return perms.filter(perm => isAdmin(perm));
}
defineExpose({
reload: () => list.value?.reload(),
});
const headerActions = computed(() => []);
const headerTabs = computed(() => []);