expose reload function from apps list
This commit is contained in:
parent
2d41b0dcb0
commit
e51524f1a6
1 changed files with 4 additions and 0 deletions
|
|
@ -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(() => []);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue