REVIEW OA 请假

This commit is contained in:
YunaiV
2023-04-09 18:32:26 +08:00
parent 50efd60e15
commit 47b5ce2f35
5 changed files with 54 additions and 54 deletions

View File

@ -6,6 +6,7 @@ export {}
declare global {
const DICT_TYPE: typeof import('@/utils/dict')['DICT_TYPE']
const EffectScope: typeof import('vue')['EffectScope']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']