Li Kui
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
packages/effects/common-ui/src/ui/authentication/login-expired-modal.vue
|
|
|
@ -3,6 +3,8 @@ import type { AuthenticationProps } from './types'; |
|
|
|
|
|
|
|
import { computed, watch } from 'vue'; |
|
|
|
|
|
|
|
import { $t } from '@vben/locales'; |
|
|
|
|
|
|
|
import { useVbenModal } from '@vben-core/popup-ui'; |
|
|
|
import { Slot, VbenAvatar } from '@vben-core/shadcn-ui'; |
|
|
|
|
|
|
|
|