|
|
@ -5,6 +5,9 @@ declare global {
|
|
|
|
const axios: typeof import('axios')['default']
|
|
|
|
const axios: typeof import('axios')['default']
|
|
|
|
const computed: typeof import('vue')['computed']
|
|
|
|
const computed: typeof import('vue')['computed']
|
|
|
|
const createApp: typeof import('vue')['createApp']
|
|
|
|
const createApp: typeof import('vue')['createApp']
|
|
|
|
|
|
|
|
const createLogger: typeof import('vuex')['createLogger']
|
|
|
|
|
|
|
|
const createNamespacedHelpers: typeof import('vuex')['createNamespacedHelpers']
|
|
|
|
|
|
|
|
const createStore: typeof import('vuex')['createStore']
|
|
|
|
const customRef: typeof import('vue')['customRef']
|
|
|
|
const customRef: typeof import('vue')['customRef']
|
|
|
|
const dayjs: typeof import('dayjs')
|
|
|
|
const dayjs: typeof import('dayjs')
|
|
|
|
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
|
|
|
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
|
|
@ -17,6 +20,10 @@ declare global {
|
|
|
|
const inject: typeof import('vue')['inject']
|
|
|
|
const inject: typeof import('vue')['inject']
|
|
|
|
const isReadonly: typeof import('vue')['isReadonly']
|
|
|
|
const isReadonly: typeof import('vue')['isReadonly']
|
|
|
|
const isRef: typeof import('vue')['isRef']
|
|
|
|
const isRef: typeof import('vue')['isRef']
|
|
|
|
|
|
|
|
const mapActions: typeof import('vuex')['mapActions']
|
|
|
|
|
|
|
|
const mapGetters: typeof import('vuex')['mapGetters']
|
|
|
|
|
|
|
|
const mapMutations: typeof import('vuex')['mapMutations']
|
|
|
|
|
|
|
|
const mapState: typeof import('vuex')['mapState']
|
|
|
|
const markRaw: typeof import('vue')['markRaw']
|
|
|
|
const markRaw: typeof import('vue')['markRaw']
|
|
|
|
const nextTick: typeof import('vue')['nextTick']
|
|
|
|
const nextTick: typeof import('vue')['nextTick']
|
|
|
|
const onActivated: typeof import('vue')['onActivated']
|
|
|
|
const onActivated: typeof import('vue')['onActivated']
|
|
|
@ -51,6 +58,7 @@ declare global {
|
|
|
|
const useRoute: typeof import('vue-router')['useRoute']
|
|
|
|
const useRoute: typeof import('vue-router')['useRoute']
|
|
|
|
const useRouter: typeof import('vue-router')['useRouter']
|
|
|
|
const useRouter: typeof import('vue-router')['useRouter']
|
|
|
|
const useSlots: typeof import('vue')['useSlots']
|
|
|
|
const useSlots: typeof import('vue')['useSlots']
|
|
|
|
|
|
|
|
const useStore: typeof import('vuex')['useStore']
|
|
|
|
const watch: typeof import('vue')['watch']
|
|
|
|
const watch: typeof import('vue')['watch']
|
|
|
|
const watchEffect: typeof import('vue')['watchEffect']
|
|
|
|
const watchEffect: typeof import('vue')['watchEffect']
|
|
|
|
}
|
|
|
|
}
|
|
|
|