|
@@ -1,6 +1,7 @@
|
|
|
// Generated by 'unplugin-auto-import'
|
|
|
export {}
|
|
|
declare global {
|
|
|
+ const DICT_TYPE: typeof import('@/utils/dict')['DICT_TYPE']
|
|
|
const EffectScope: typeof import('vue')['EffectScope']
|
|
|
const computed: typeof import('vue')['computed']
|
|
|
const createApp: typeof import('vue')['createApp']
|
|
@@ -37,6 +38,7 @@ declare global {
|
|
|
const reactive: typeof import('vue')['reactive']
|
|
|
const readonly: typeof import('vue')['readonly']
|
|
|
const ref: typeof import('vue')['ref']
|
|
|
+ const required: typeof import('@/utils/formRules')['required']
|
|
|
const resolveComponent: typeof import('vue')['resolveComponent']
|
|
|
const resolveDirective: typeof import('vue')['resolveDirective']
|
|
|
const shallowReactive: typeof import('vue')['shallowReactive']
|
|
@@ -50,10 +52,14 @@ declare global {
|
|
|
const useAttrs: typeof import('vue')['useAttrs']
|
|
|
const useCssModule: typeof import('vue')['useCssModule']
|
|
|
const useCssVars: typeof import('vue')['useCssVars']
|
|
|
+ const useI18n: typeof import('@/hooks/web/useI18n')['useI18n']
|
|
|
const useLink: typeof import('vue-router')['useLink']
|
|
|
+ const useMessage: typeof import('@/hooks/web/useMessage')['useMessage']
|
|
|
const useRoute: typeof import('vue-router')['useRoute']
|
|
|
const useRouter: typeof import('vue-router')['useRouter']
|
|
|
const useSlots: typeof import('vue')['useSlots']
|
|
|
+ const useVxeCrudSchemas: typeof import('@/hooks/web/useVxeCrudSchemas')['useVxeCrudSchemas']
|
|
|
+ const useXTable: typeof import('@/hooks/web/useXTable')['useXTable']
|
|
|
const watch: typeof import('vue')['watch']
|
|
|
const watchEffect: typeof import('vue')['watchEffect']
|
|
|
const watchPostEffect: typeof import('vue')['watchPostEffect']
|