123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384 |
- // Generated by auto imports
- export {}
- declare global {
- const DELETE: typeof import('../../utils/request')['DELETE']
- const GET: typeof import('../../utils/request')['GET']
- const POST: typeof import('../../utils/request')['POST']
- const PUT: typeof import('../../utils/request')['PUT']
- const abortNavigation: typeof import('../../node_modules/nuxt/dist/app/composables/router')['abortNavigation']
- const addRouteMiddleware: typeof import('../../node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']
- const apiUse: typeof import('../../utils/request')['apiUse']
- const asyncFetchData: typeof import('../../utils/request')['asyncFetchData']
- const callOnce: typeof import('../../node_modules/nuxt/dist/app/composables/once')['callOnce']
- const cancelIdleCallback: typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']
- const clearError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['clearError']
- const clearNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']
- const clearNuxtState: typeof import('../../node_modules/nuxt/dist/app/composables/state')['clearNuxtState']
- const computed: typeof import('vue')['computed']
- const createError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['createError']
- const customRef: typeof import('vue')['customRef']
- const defineAppConfig: typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineAppConfig']
- const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
- const defineComponent: typeof import('vue')['defineComponent']
- const defineNuxtComponent: typeof import('../../node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']
- const defineNuxtLink: typeof import('../../node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']
- const defineNuxtPlugin: typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']
- const defineNuxtRouteMiddleware: typeof import('../../node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']
- const definePageMeta: typeof import('../../node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']
- const definePayloadPlugin: typeof import('../../node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']
- const definePayloadReducer: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']
- const definePayloadReviver: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']
- const effect: typeof import('vue')['effect']
- const effectScope: typeof import('vue')['effectScope']
- const fDELETE: typeof import('../../utils/request')['fDELETE']
- const fGET: typeof import('../../utils/request')['fGET']
- const fPOST: typeof import('../../utils/request')['fPOST']
- const fPUT: typeof import('../../utils/request')['fPUT']
- const getAppManifest: typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']
- const getCurrentInstance: typeof import('vue')['getCurrentInstance']
- const getCurrentScope: typeof import('vue')['getCurrentScope']
- const getRouteRules: typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']
- const getTime: typeof import('../../composables/publicFunction')['getTime']
- const getTitleLength: typeof import('../../composables/publicFunction')['getTitleLength']
- const h: typeof import('vue')['h']
- const hasInjectionContext: typeof import('vue')['hasInjectionContext']
- const inject: typeof import('vue')['inject']
- const injectHead: typeof import('../../node_modules/@unhead/vue')['injectHead']
- const isNuxtError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['isNuxtError']
- const isPrerendered: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['isPrerendered']
- const isProxy: typeof import('vue')['isProxy']
- const isReactive: typeof import('vue')['isReactive']
- const isReadonly: typeof import('vue')['isReadonly']
- const isRef: typeof import('vue')['isRef']
- const isShallow: typeof import('vue')['isShallow']
- const isVue2: typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']
- const isVue3: typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']
- const loadPayload: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['loadPayload']
- const markRaw: typeof import('vue')['markRaw']
- const mergeModels: typeof import('vue')['mergeModels']
- const navigateTo: typeof import('../../node_modules/nuxt/dist/app/composables/router')['navigateTo']
- const nextTick: typeof import('vue')['nextTick']
- const onActivated: typeof import('vue')['onActivated']
- const onBeforeMount: typeof import('vue')['onBeforeMount']
- const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
- const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
- const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
- const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
- const onDeactivated: typeof import('vue')['onDeactivated']
- const onErrorCaptured: typeof import('vue')['onErrorCaptured']
- const onMounted: typeof import('vue')['onMounted']
- const onNuxtReady: typeof import('../../node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']
- const onPrehydrate: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']
- const onRenderTracked: typeof import('vue')['onRenderTracked']
- const onRenderTriggered: typeof import('vue')['onRenderTriggered']
- const onScopeDispose: typeof import('vue')['onScopeDispose']
- const onServerPrefetch: typeof import('vue')['onServerPrefetch']
- const onUnmounted: typeof import('vue')['onUnmounted']
- const onUpdated: typeof import('vue')['onUpdated']
- const prefetchComponents: typeof import('../../node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']
- const preloadComponents: typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadComponents']
- const preloadPayload: typeof import('../../node_modules/nuxt/dist/app/composables/payload')['preloadPayload']
- const preloadRouteComponents: typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']
- const prerenderRoutes: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']
- const provide: typeof import('vue')['provide']
- const proxyRefs: typeof import('vue')['proxyRefs']
- const reactive: typeof import('vue')['reactive']
- const readonly: typeof import('vue')['readonly']
- const ref: typeof import('vue')['ref']
- const refreshCookie: typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']
- const refreshNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']
- const reloadNuxtApp: typeof import('../../node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']
- const requestData: typeof import('../../composables/getData')['requestData']
- const requestDataPromise: typeof import('../../composables/getData')['requestDataPromise']
- const requestDataWebUrl: typeof import('../../composables/getData')['requestDataWebUrl']
- const requestHome: typeof import('../../composables/getData')['requestHome']
- const requestIdleCallback: typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']
- const resolveComponent: typeof import('vue')['resolveComponent']
- const seoSetup: typeof import('../../composables/useSeo')['seoSetup']
- const setInterval: typeof import('../../node_modules/nuxt/dist/app/compat/interval')['setInterval']
- const setPageLayout: typeof import('../../node_modules/nuxt/dist/app/composables/router')['setPageLayout']
- const setResponseStatus: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']
- const shallowReactive: typeof import('vue')['shallowReactive']
- const shallowReadonly: typeof import('vue')['shallowReadonly']
- const shallowRef: typeof import('vue')['shallowRef']
- const showError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['showError']
- const toRaw: typeof import('vue')['toRaw']
- const toRef: typeof import('vue')['toRef']
- const toRefs: typeof import('vue')['toRefs']
- const toValue: typeof import('vue')['toValue']
- const triggerRef: typeof import('vue')['triggerRef']
- const tryUseNuxtApp: typeof import('../../node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']
- const unref: typeof import('vue')['unref']
- const updateAppConfig: typeof import('../../node_modules/nuxt/dist/app/config')['updateAppConfig']
- const useAppConfig: typeof import('../../node_modules/nuxt/dist/app/config')['useAppConfig']
- const useAsyncData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']
- const useAttrs: typeof import('vue')['useAttrs']
- const useCookie: typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['useCookie']
- const useCssModule: typeof import('vue')['useCssModule']
- const useCssVars: typeof import('vue')['useCssVars']
- const useError: typeof import('../../node_modules/nuxt/dist/app/composables/error')['useError']
- const useFetch: typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useFetch']
- const useHead: typeof import('../../node_modules/@unhead/vue')['useHead']
- const useHeadSafe: typeof import('../../node_modules/@unhead/vue')['useHeadSafe']
- const useHydration: typeof import('../../node_modules/nuxt/dist/app/composables/hydrate')['useHydration']
- const useId: typeof import('vue')['useId']
- const useLazyAsyncData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']
- const useLazyFetch: typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']
- const useLink: typeof import('vue-router')['useLink']
- const useLoadingIndicator: typeof import('../../node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']
- const useModel: typeof import('vue')['useModel']
- const useNuxtApp: typeof import('../../node_modules/nuxt/dist/app/nuxt')['useNuxtApp']
- const useNuxtData: typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']
- const useNuxtDevTools: typeof import('../../node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']
- const usePreviewMode: typeof import('../../node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']
- const useRequestEvent: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']
- const useRequestFetch: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']
- const useRequestHeader: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']
- const useRequestHeaders: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']
- const useRequestURL: typeof import('../../node_modules/nuxt/dist/app/composables/url')['useRequestURL']
- const useResponseHeader: typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']
- const useRoute: typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRoute']
- const useRouteAnnouncer: typeof import('../../node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']
- const useRouter: typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRouter']
- const useRuntimeConfig: typeof import('../../node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']
- const useRuntimeHook: typeof import('../../node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']
- const useScript: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScript']
- const useScriptClarity: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptClarity']
- const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCloudflareWebAnalytics']
- const useScriptCrisp: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCrisp']
- const useScriptEventPage: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptEventPage']
- const useScriptFathomAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptFathomAnalytics']
- const useScriptGoogleAdsense: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAdsense']
- const useScriptGoogleAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAnalytics']
- const useScriptGoogleMaps: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleMaps']
- const useScriptGoogleTagManager: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleTagManager']
- const useScriptHotjar: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptHotjar']
- const useScriptIntercom: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptIntercom']
- const useScriptLemonSqueezy: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLemonSqueezy']
- const useScriptMatomoAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMatomoAnalytics']
- const useScriptMetaPixel: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMetaPixel']
- const useScriptNpm: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptNpm']
- const useScriptPlausibleAnalytics: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPlausibleAnalytics']
- const useScriptSegment: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSegment']
- const useScriptStripe: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptStripe']
- const useScriptTriggerConsent: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerConsent']
- const useScriptTriggerElement: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerElement']
- const useScriptVimeoPlayer: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVimeoPlayer']
- const useScriptXPixel: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptXPixel']
- const useScriptYouTubePlayer: typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptYouTubePlayer']
- const useSeoMeta: typeof import('../../node_modules/@unhead/vue')['useSeoMeta']
- const useServerHead: typeof import('../../node_modules/@unhead/vue')['useServerHead']
- const useServerHeadSafe: typeof import('../../node_modules/@unhead/vue')['useServerHeadSafe']
- const useServerSeoMeta: typeof import('../../node_modules/@unhead/vue')['useServerSeoMeta']
- const useShadowRoot: typeof import('vue')['useShadowRoot']
- const useSlots: typeof import('vue')['useSlots']
- const useState: typeof import('../../node_modules/nuxt/dist/app/composables/state')['useState']
- const useTemplateRef: typeof import('vue')['useTemplateRef']
- const useTransitionState: typeof import('vue')['useTransitionState']
- const watch: typeof import('vue')['watch']
- const watchEffect: typeof import('vue')['watchEffect']
- const watchPostEffect: typeof import('vue')['watchPostEffect']
- const watchSyncEffect: typeof import('vue')['watchSyncEffect']
- const withCtx: typeof import('vue')['withCtx']
- const withDirectives: typeof import('vue')['withDirectives']
- const withKeys: typeof import('vue')['withKeys']
- const withMemo: typeof import('vue')['withMemo']
- const withModifiers: typeof import('vue')['withModifiers']
- const withScopeId: typeof import('vue')['withScopeId']
- }
- // for type re-export
- declare global {
- // @ts-ignore
- export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
- import('vue')
- }
- // for vue template auto import
- import { UnwrapRef } from 'vue'
- declare module 'vue' {
- interface ComponentCustomProperties {
- readonly DELETE: UnwrapRef<typeof import('../../utils/request')['DELETE']>
- readonly GET: UnwrapRef<typeof import('../../utils/request')['GET']>
- readonly POST: UnwrapRef<typeof import('../../utils/request')['POST']>
- readonly PUT: UnwrapRef<typeof import('../../utils/request')['PUT']>
- readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['abortNavigation']>
- readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']>
- readonly apiUse: UnwrapRef<typeof import('../../utils/request')['apiUse']>
- readonly asyncFetchData: UnwrapRef<typeof import('../../utils/request')['asyncFetchData']>
- readonly callOnce: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/once')['callOnce']>
- readonly cancelIdleCallback: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']>
- readonly clearError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['clearError']>
- readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']>
- readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/state')['clearNuxtState']>
- readonly computed: UnwrapRef<typeof import('vue')['computed']>
- readonly createError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['createError']>
- readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
- readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineAppConfig']>
- readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
- readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
- readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']>
- readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']>
- readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']>
- readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']>
- readonly definePageMeta: UnwrapRef<typeof import('../../node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']>
- readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']>
- readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']>
- readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']>
- readonly effect: UnwrapRef<typeof import('vue')['effect']>
- readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
- readonly fDELETE: UnwrapRef<typeof import('../../utils/request')['fDELETE']>
- readonly fGET: UnwrapRef<typeof import('../../utils/request')['fGET']>
- readonly fPOST: UnwrapRef<typeof import('../../utils/request')['fPOST']>
- readonly fPUT: UnwrapRef<typeof import('../../utils/request')['fPUT']>
- readonly getAppManifest: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']>
- readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
- readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
- readonly getRouteRules: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']>
- readonly getTime: UnwrapRef<typeof import('../../composables/publicFunction')['getTime']>
- readonly getTitleLength: UnwrapRef<typeof import('../../composables/publicFunction')['getTitleLength']>
- readonly h: UnwrapRef<typeof import('vue')['h']>
- readonly hasInjectionContext: UnwrapRef<typeof import('vue')['hasInjectionContext']>
- readonly inject: UnwrapRef<typeof import('vue')['inject']>
- readonly injectHead: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['injectHead']>
- readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['isNuxtError']>
- readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['isPrerendered']>
- readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
- readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
- readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
- readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
- readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
- readonly isVue2: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
- readonly isVue3: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
- readonly loadPayload: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['loadPayload']>
- readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
- readonly mergeModels: UnwrapRef<typeof import('vue')['mergeModels']>
- readonly navigateTo: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['navigateTo']>
- readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
- readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
- readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
- readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
- readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
- readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
- readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
- readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
- readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
- readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
- readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']>
- readonly onPrehydrate: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']>
- readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
- readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
- readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
- readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
- readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
- readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
- readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']>
- readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadComponents']>
- readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/payload')['preloadPayload']>
- readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']>
- readonly prerenderRoutes: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']>
- readonly provide: UnwrapRef<typeof import('vue')['provide']>
- readonly proxyRefs: UnwrapRef<typeof import('vue')['proxyRefs']>
- readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
- readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
- readonly ref: UnwrapRef<typeof import('vue')['ref']>
- readonly refreshCookie: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']>
- readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']>
- readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']>
- readonly requestData: UnwrapRef<typeof import('../../composables/getData')['requestData']>
- readonly requestDataPromise: UnwrapRef<typeof import('../../composables/getData')['requestDataPromise']>
- readonly requestDataWebUrl: UnwrapRef<typeof import('../../composables/getData')['requestDataWebUrl']>
- readonly requestHome: UnwrapRef<typeof import('../../composables/getData')['requestHome']>
- readonly requestIdleCallback: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']>
- readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
- readonly seoSetup: UnwrapRef<typeof import('../../composables/useSeo')['seoSetup']>
- readonly setInterval: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/compat/interval')['setInterval']>
- readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['setPageLayout']>
- readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']>
- readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
- readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
- readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
- readonly showError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['showError']>
- readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
- readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
- readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
- readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
- readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
- readonly tryUseNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']>
- readonly unref: UnwrapRef<typeof import('vue')['unref']>
- readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/config')['updateAppConfig']>
- readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/config')['useAppConfig']>
- readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']>
- readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
- readonly useCookie: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/cookie')['useCookie']>
- readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
- readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
- readonly useError: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/error')['useError']>
- readonly useFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useFetch']>
- readonly useHead: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useHead']>
- readonly useHeadSafe: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useHeadSafe']>
- readonly useHydration: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/hydrate')['useHydration']>
- readonly useId: UnwrapRef<typeof import('vue')['useId']>
- readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']>
- readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']>
- readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
- readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']>
- readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
- readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['useNuxtApp']>
- readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']>
- readonly useNuxtDevTools: UnwrapRef<typeof import('../../node_modules/@nuxt/devtools/dist/runtime/use-nuxt-devtools')['useNuxtDevTools']>
- readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']>
- readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']>
- readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']>
- readonly useRequestHeader: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']>
- readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']>
- readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/url')['useRequestURL']>
- readonly useResponseHeader: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']>
- readonly useRoute: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRoute']>
- readonly useRouteAnnouncer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']>
- readonly useRouter: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/router')['useRouter']>
- readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']>
- readonly useRuntimeHook: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']>
- readonly useScript: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScript']>
- readonly useScriptClarity: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptClarity']>
- readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCloudflareWebAnalytics']>
- readonly useScriptCrisp: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCrisp']>
- readonly useScriptEventPage: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptEventPage']>
- readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptFathomAnalytics']>
- readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAdsense']>
- readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAnalytics']>
- readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleMaps']>
- readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleTagManager']>
- readonly useScriptHotjar: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptHotjar']>
- readonly useScriptIntercom: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptIntercom']>
- readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLemonSqueezy']>
- readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMatomoAnalytics']>
- readonly useScriptMetaPixel: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMetaPixel']>
- readonly useScriptNpm: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptNpm']>
- readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPlausibleAnalytics']>
- readonly useScriptSegment: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSegment']>
- readonly useScriptStripe: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptStripe']>
- readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerConsent']>
- readonly useScriptTriggerElement: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerElement']>
- readonly useScriptVimeoPlayer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVimeoPlayer']>
- readonly useScriptXPixel: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptXPixel']>
- readonly useScriptYouTubePlayer: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/script-stubs')['useScriptYouTubePlayer']>
- readonly useSeoMeta: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useSeoMeta']>
- readonly useServerHead: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useServerHead']>
- readonly useServerHeadSafe: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useServerHeadSafe']>
- readonly useServerSeoMeta: UnwrapRef<typeof import('../../node_modules/@unhead/vue')['useServerSeoMeta']>
- readonly useShadowRoot: UnwrapRef<typeof import('vue')['useShadowRoot']>
- readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
- readonly useState: UnwrapRef<typeof import('../../node_modules/nuxt/dist/app/composables/state')['useState']>
- readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
- readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
- readonly watch: UnwrapRef<typeof import('vue')['watch']>
- readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
- readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
- readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
- readonly withCtx: UnwrapRef<typeof import('vue')['withCtx']>
- readonly withDirectives: UnwrapRef<typeof import('vue')['withDirectives']>
- readonly withKeys: UnwrapRef<typeof import('vue')['withKeys']>
- readonly withMemo: UnwrapRef<typeof import('vue')['withMemo']>
- readonly withModifiers: UnwrapRef<typeof import('vue')['withModifiers']>
- readonly withScopeId: UnwrapRef<typeof import('vue')['withScopeId']>
- }
- }
|