|
@@ -2,9 +2,13 @@
|
|
import type { DefineComponent, SlotsType } from 'vue'
|
|
import type { DefineComponent, SlotsType } from 'vue'
|
|
type IslandComponent<T extends DefineComponent> = T & DefineComponent<{}, {refresh: () => Promise<void>}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, SlotsType<{ fallback: { error: unknown } }>>
|
|
type IslandComponent<T extends DefineComponent> = T & DefineComponent<{}, {refresh: () => Promise<void>}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, SlotsType<{ fallback: { error: unknown } }>>
|
|
interface _GlobalComponents {
|
|
interface _GlobalComponents {
|
|
- 'HomeBigTitleList': typeof import("../components/home/BigTitle_List.vue")['default']
|
|
|
|
|
|
+ 'HomeBanner1': typeof import("../components/home/Banner1.vue")['default']
|
|
|
|
+ 'HomeBigSwiper': typeof import("../components/home/BigSwiper.vue")['default']
|
|
|
|
+ 'HomeBigTitleList': typeof import("../components/home/BigTitle_List.vue")['default']
|
|
'HomeMoreService': typeof import("../components/home/MoreService.vue")['default']
|
|
'HomeMoreService': typeof import("../components/home/MoreService.vue")['default']
|
|
'HomePageMessage': typeof import("../components/home/PageMessage.vue")['default']
|
|
'HomePageMessage': typeof import("../components/home/PageMessage.vue")['default']
|
|
|
|
+ 'HomePagination': typeof import("../components/home/Pagination.vue")['default']
|
|
|
|
+ 'HomeSmallSwiper': typeof import("../components/home/SmallSwiper.vue")['default']
|
|
'HomeTopTen': typeof import("../components/home/TopTen.vue")['default']
|
|
'HomeTopTen': typeof import("../components/home/TopTen.vue")['default']
|
|
'HomeBigTitle': typeof import("../components/home/bigTitle.vue")['default']
|
|
'HomeBigTitle': typeof import("../components/home/bigTitle.vue")['default']
|
|
'HomeFoot': typeof import("../components/home/foot.vue")['default']
|
|
'HomeFoot': typeof import("../components/home/foot.vue")['default']
|
|
@@ -35,9 +39,13 @@ interface _GlobalComponents {
|
|
'Body': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
'Body': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
'NuxtIsland': typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
'NuxtIsland': typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
'NuxtRouteAnnouncer': IslandComponent<typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
'NuxtRouteAnnouncer': IslandComponent<typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
- 'LazyHomeBigTitleList': typeof import("../components/home/BigTitle_List.vue")['default']
|
|
|
|
|
|
+ 'LazyHomeBanner1': typeof import("../components/home/Banner1.vue")['default']
|
|
|
|
+ 'LazyHomeBigSwiper': typeof import("../components/home/BigSwiper.vue")['default']
|
|
|
|
+ 'LazyHomeBigTitleList': typeof import("../components/home/BigTitle_List.vue")['default']
|
|
'LazyHomeMoreService': typeof import("../components/home/MoreService.vue")['default']
|
|
'LazyHomeMoreService': typeof import("../components/home/MoreService.vue")['default']
|
|
'LazyHomePageMessage': typeof import("../components/home/PageMessage.vue")['default']
|
|
'LazyHomePageMessage': typeof import("../components/home/PageMessage.vue")['default']
|
|
|
|
+ 'LazyHomePagination': typeof import("../components/home/Pagination.vue")['default']
|
|
|
|
+ 'LazyHomeSmallSwiper': typeof import("../components/home/SmallSwiper.vue")['default']
|
|
'LazyHomeTopTen': typeof import("../components/home/TopTen.vue")['default']
|
|
'LazyHomeTopTen': typeof import("../components/home/TopTen.vue")['default']
|
|
'LazyHomeBigTitle': typeof import("../components/home/bigTitle.vue")['default']
|
|
'LazyHomeBigTitle': typeof import("../components/home/bigTitle.vue")['default']
|
|
'LazyHomeFoot': typeof import("../components/home/foot.vue")['default']
|
|
'LazyHomeFoot': typeof import("../components/home/foot.vue")['default']
|
|
@@ -74,9 +82,13 @@ declare module 'vue' {
|
|
export interface GlobalComponents extends _GlobalComponents { }
|
|
export interface GlobalComponents extends _GlobalComponents { }
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+export const HomeBanner1: typeof import("../components/home/Banner1.vue")['default']
|
|
|
|
+export const HomeBigSwiper: typeof import("../components/home/BigSwiper.vue")['default']
|
|
export const HomeBigTitleList: typeof import("../components/home/BigTitle_List.vue")['default']
|
|
export const HomeBigTitleList: typeof import("../components/home/BigTitle_List.vue")['default']
|
|
export const HomeMoreService: typeof import("../components/home/MoreService.vue")['default']
|
|
export const HomeMoreService: typeof import("../components/home/MoreService.vue")['default']
|
|
export const HomePageMessage: typeof import("../components/home/PageMessage.vue")['default']
|
|
export const HomePageMessage: typeof import("../components/home/PageMessage.vue")['default']
|
|
|
|
+export const HomePagination: typeof import("../components/home/Pagination.vue")['default']
|
|
|
|
+export const HomeSmallSwiper: typeof import("../components/home/SmallSwiper.vue")['default']
|
|
export const HomeTopTen: typeof import("../components/home/TopTen.vue")['default']
|
|
export const HomeTopTen: typeof import("../components/home/TopTen.vue")['default']
|
|
export const HomeBigTitle: typeof import("../components/home/bigTitle.vue")['default']
|
|
export const HomeBigTitle: typeof import("../components/home/bigTitle.vue")['default']
|
|
export const HomeFoot: typeof import("../components/home/foot.vue")['default']
|
|
export const HomeFoot: typeof import("../components/home/foot.vue")['default']
|
|
@@ -107,9 +119,13 @@ export const Html: typeof import("../node_modules/nuxt/dist/head/runtime/compone
|
|
export const Body: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
export const Body: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
|
|
export const NuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
export const NuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default']
|
|
export const NuxtRouteAnnouncer: IslandComponent<typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
export const NuxtRouteAnnouncer: IslandComponent<typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']>
|
|
|
|
+export const LazyHomeBanner1: typeof import("../components/home/Banner1.vue")['default']
|
|
|
|
+export const LazyHomeBigSwiper: typeof import("../components/home/BigSwiper.vue")['default']
|
|
export const LazyHomeBigTitleList: typeof import("../components/home/BigTitle_List.vue")['default']
|
|
export const LazyHomeBigTitleList: typeof import("../components/home/BigTitle_List.vue")['default']
|
|
export const LazyHomeMoreService: typeof import("../components/home/MoreService.vue")['default']
|
|
export const LazyHomeMoreService: typeof import("../components/home/MoreService.vue")['default']
|
|
export const LazyHomePageMessage: typeof import("../components/home/PageMessage.vue")['default']
|
|
export const LazyHomePageMessage: typeof import("../components/home/PageMessage.vue")['default']
|
|
|
|
+export const LazyHomePagination: typeof import("../components/home/Pagination.vue")['default']
|
|
|
|
+export const LazyHomeSmallSwiper: typeof import("../components/home/SmallSwiper.vue")['default']
|
|
export const LazyHomeTopTen: typeof import("../components/home/TopTen.vue")['default']
|
|
export const LazyHomeTopTen: typeof import("../components/home/TopTen.vue")['default']
|
|
export const LazyHomeBigTitle: typeof import("../components/home/bigTitle.vue")['default']
|
|
export const LazyHomeBigTitle: typeof import("../components/home/bigTitle.vue")['default']
|
|
export const LazyHomeFoot: typeof import("../components/home/foot.vue")['default']
|
|
export const LazyHomeFoot: typeof import("../components/home/foot.vue")['default']
|