|
@@ -14,7 +14,6 @@ declare global {
|
|
const effectScope: typeof import('vue')['effectScope']
|
|
const effectScope: typeof import('vue')['effectScope']
|
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
- const h: typeof import('vue')['h']
|
|
|
|
const inject: typeof import('vue')['inject']
|
|
const inject: typeof import('vue')['inject']
|
|
const isProxy: typeof import('vue')['isProxy']
|
|
const isProxy: typeof import('vue')['isProxy']
|
|
const isReactive: typeof import('vue')['isReactive']
|
|
const isReactive: typeof import('vue')['isReactive']
|
|
@@ -79,12 +78,10 @@ declare global {
|
|
const useCssVars: typeof import('vue')['useCssVars']
|
|
const useCssVars: typeof import('vue')['useCssVars']
|
|
const useId: typeof import('vue')['useId']
|
|
const useId: typeof import('vue')['useId']
|
|
const useModel: typeof import('vue')['useModel']
|
|
const useModel: typeof import('vue')['useModel']
|
|
- const useNavbarWeixin: (typeof import('../hooks/useNavbarWeixin'))['default']
|
|
|
|
const useRequest: typeof import('../hooks/useRequest')['default']
|
|
const useRequest: typeof import('../hooks/useRequest')['default']
|
|
const useSlots: typeof import('vue')['useSlots']
|
|
const useSlots: typeof import('vue')['useSlots']
|
|
const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
const useUpload: typeof import('../hooks/useUpload')['default']
|
|
const useUpload: typeof import('../hooks/useUpload')['default']
|
|
- const useUpload2: typeof import('../hooks/useUpload2')['default']
|
|
|
|
const watch: typeof import('vue')['watch']
|
|
const watch: typeof import('vue')['watch']
|
|
const watchEffect: typeof import('vue')['watchEffect']
|
|
const watchEffect: typeof import('vue')['watchEffect']
|
|
const watchPostEffect: typeof import('vue')['watchPostEffect']
|
|
const watchPostEffect: typeof import('vue')['watchPostEffect']
|