Skip to content

Commit 3aefedf

Browse files
YunaiVgitee-org
authored andcommitted
!118 refactor: mp模块ts重构
Merge pull request !118 from dhb52/dev
2 parents f436490 + 3536077 commit 3aefedf

File tree

17 files changed

+1200
-850
lines changed

17 files changed

+1200
-850
lines changed

src/types/auto-imports.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ declare global {
6262
const useRouter: typeof import('vue-router')['useRouter']
6363
const useSlots: typeof import('vue')['useSlots']
6464
const useTable: typeof import('@/hooks/web/useTable')['useTable']
65+
const useVxeCrudSchemas: typeof import('@/hooks/web/useVxeCrudSchemas')['useVxeCrudSchemas']
66+
const useXTable: typeof import('@/hooks/web/useXTable')['useXTable']
6567
const watch: typeof import('vue')['watch']
6668
const watchEffect: typeof import('vue')['watchEffect']
6769
const watchPostEffect: typeof import('vue')['watchPostEffect']

0 commit comments

Comments
 (0)