5 changed files with 30 additions and 2 deletions
@ -0,0 +1,15 @@ |
|||
<script lang="ts" setup> |
|||
import { Page } from '@vben/common-ui'; |
|||
|
|||
import { AuthorizationTable } from '@abp/openiddict'; |
|||
|
|||
defineOptions({ |
|||
name: 'OpenIddictAuthorizations', |
|||
}); |
|||
</script> |
|||
|
|||
<template> |
|||
<Page> |
|||
<AuthorizationTable /> |
|||
</Page> |
|||
</template> |
|||
@ -1 +1,2 @@ |
|||
export { default as ApplicationTable } from './applications/ApplicationTable.vue'; |
|||
export { default as AuthorizationTable } from './authorizations/AuthorizationTable.vue'; |
|||
|
|||
Loading…
Reference in new issue