5 changed files with 44 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
<script lang="ts" setup> |
|||
import { Page } from '@vben/common-ui'; |
|||
|
|||
import { ApplicationTable } from '@abp/openiddict'; |
|||
|
|||
defineOptions({ |
|||
name: 'OpenIddictApplications', |
|||
}); |
|||
</script> |
|||
|
|||
<template> |
|||
<Page> |
|||
<ApplicationTable /> |
|||
</Page> |
|||
</template> |
|||
Loading…
Reference in new issue