소스 검색

fix: Add $t import to login expired modal (#6429)

closes #6230
Li Kui 2 달 전
부모
커밋
5c3972196a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/effects/common-ui/src/ui/authentication/login-expired-modal.vue

+ 2 - 0
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';