components.d.ts 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. import type { DefineComponent, SlotsType } from 'vue'
  2. type IslandComponent<T extends DefineComponent> = T & DefineComponent<{}, {refresh: () => Promise<void>}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, SlotsType<{ fallback: { error: unknown } }>>
  3. interface _GlobalComponents {
  4. 'AdvertisingBuyAD': typeof import("../components/advertising/BuyAD.vue")['default']
  5. 'AdvertisingFoot': typeof import("../components/advertising/Foot.vue")['default']
  6. 'AdvertisingHead': typeof import("../components/advertising/Head.vue")['default']
  7. 'AdvertisingOrderList copy': typeof import("../components/advertising/OrderList copy.vue")['default']
  8. 'AdvertisingOrderList': typeof import("../components/advertising/OrderList.vue")['default']
  9. 'DetailHotNews': typeof import("../components/detail/HotNews.vue")['default']
  10. 'DetailHotNews2': typeof import("../components/detail/HotNews2.vue")['default']
  11. 'HomeAdvertising': typeof import("../components/home/Advertising.vue")['default']
  12. 'HomeBanner1': typeof import("../components/home/Banner1.vue")['default']
  13. 'HomeBigSwiper': typeof import("../components/home/BigSwiper.vue")['default']
  14. 'HomeBigTitleList': typeof import("../components/home/BigTitle_List.vue")['default']
  15. 'HomeMoreService': typeof import("../components/home/MoreService.vue")['default']
  16. 'HomePageMessage': typeof import("../components/home/PageMessage.vue")['default']
  17. 'HomePagination': typeof import("../components/home/Pagination.vue")['default']
  18. 'HomeSecondaryHeading': typeof import("../components/home/SecondaryHeading.vue")['default']
  19. 'HomeSlider': typeof import("../components/home/Slider.vue")['default']
  20. 'HomeSmallSwiper': typeof import("../components/home/SmallSwiper.vue")['default']
  21. 'HomeSmallSwiper1': typeof import("../components/home/SmallSwiper1.vue")['default']
  22. 'HomeTopTen': typeof import("../components/home/TopTen.vue")['default']
  23. 'HomeBigTitle': typeof import("../components/home/bigTitle.vue")['default']
  24. 'HomeFoot': typeof import("../components/home/foot.vue")['default']
  25. 'HomeFoot1': typeof import("../components/home/foot1.vue")['default']
  26. 'HomeFootCopy': typeof import("../components/home/footCopy.vue")['default']
  27. 'HomePageHead': typeof import("../components/home/pageHead.vue")['default']
  28. 'HomePageNavigation': typeof import("../components/home/pageNavigation.vue")['default']
  29. 'HomePageNavigation1': typeof import("../components/home/pageNavigation1.vue")['default']
  30. 'HomeSannongzixun': typeof import("../components/home/sannongzixun.vue")['default']
  31. 'HomeTopTenTitle': typeof import("../components/home/topTenTitle.vue")['default']
  32. 'HomeZixuntuijian': typeof import("../components/home/zixuntuijian.vue")['default']
  33. 'TopicHead': typeof import("../components/topic/head.vue")['default']
  34. 'Zhinengqwnda': typeof import("../components/zhinengqwnda.vue")['default']
  35. 'NuxtWelcome': typeof import("../node_modules/nuxt/dist/app/components/welcome.vue")['default']
  36. 'NuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default']
  37. 'NuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
  38. 'ClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default']
  39. 'DevOnly': typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default']
  40. 'ServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']
  41. 'NuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default']
  42. 'NuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
  43. 'NuxtRouteAnnouncer': typeof import("../node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
  44. 'NuxtImg': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
  45. 'NuxtPicture': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
  46. 'NuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default']
  47. 'NoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript']
  48. 'Link': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link']
  49. 'Base': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base']
  50. 'Title': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title']
  51. 'Meta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta']
  52. 'Style': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style']
  53. 'Head': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head']
  54. 'Html': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html']
  55. 'Body': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
  56. 'NuxtIsland': typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default']
  57. 'NuxtRouteAnnouncer': IslandComponent<typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']>
  58. 'LazyAdvertisingBuyAD': typeof import("../components/advertising/BuyAD.vue")['default']
  59. 'LazyAdvertisingFoot': typeof import("../components/advertising/Foot.vue")['default']
  60. 'LazyAdvertisingHead': typeof import("../components/advertising/Head.vue")['default']
  61. 'LazyAdvertisingOrderList copy': typeof import("../components/advertising/OrderList copy.vue")['default']
  62. 'LazyAdvertisingOrderList': typeof import("../components/advertising/OrderList.vue")['default']
  63. 'LazyDetailHotNews': typeof import("../components/detail/HotNews.vue")['default']
  64. 'LazyDetailHotNews2': typeof import("../components/detail/HotNews2.vue")['default']
  65. 'LazyHomeAdvertising': typeof import("../components/home/Advertising.vue")['default']
  66. 'LazyHomeBanner1': typeof import("../components/home/Banner1.vue")['default']
  67. 'LazyHomeBigSwiper': typeof import("../components/home/BigSwiper.vue")['default']
  68. 'LazyHomeBigTitleList': typeof import("../components/home/BigTitle_List.vue")['default']
  69. 'LazyHomeMoreService': typeof import("../components/home/MoreService.vue")['default']
  70. 'LazyHomePageMessage': typeof import("../components/home/PageMessage.vue")['default']
  71. 'LazyHomePagination': typeof import("../components/home/Pagination.vue")['default']
  72. 'LazyHomeSecondaryHeading': typeof import("../components/home/SecondaryHeading.vue")['default']
  73. 'LazyHomeSlider': typeof import("../components/home/Slider.vue")['default']
  74. 'LazyHomeSmallSwiper': typeof import("../components/home/SmallSwiper.vue")['default']
  75. 'LazyHomeSmallSwiper1': typeof import("../components/home/SmallSwiper1.vue")['default']
  76. 'LazyHomeTopTen': typeof import("../components/home/TopTen.vue")['default']
  77. 'LazyHomeBigTitle': typeof import("../components/home/bigTitle.vue")['default']
  78. 'LazyHomeFoot': typeof import("../components/home/foot.vue")['default']
  79. 'LazyHomeFoot1': typeof import("../components/home/foot1.vue")['default']
  80. 'LazyHomeFootCopy': typeof import("../components/home/footCopy.vue")['default']
  81. 'LazyHomePageHead': typeof import("../components/home/pageHead.vue")['default']
  82. 'LazyHomePageNavigation': typeof import("../components/home/pageNavigation.vue")['default']
  83. 'LazyHomePageNavigation1': typeof import("../components/home/pageNavigation1.vue")['default']
  84. 'LazyHomeSannongzixun': typeof import("../components/home/sannongzixun.vue")['default']
  85. 'LazyHomeTopTenTitle': typeof import("../components/home/topTenTitle.vue")['default']
  86. 'LazyHomeZixuntuijian': typeof import("../components/home/zixuntuijian.vue")['default']
  87. 'LazyTopicHead': typeof import("../components/topic/head.vue")['default']
  88. 'LazyZhinengqwnda': typeof import("../components/zhinengqwnda.vue")['default']
  89. 'LazyNuxtWelcome': typeof import("../node_modules/nuxt/dist/app/components/welcome.vue")['default']
  90. 'LazyNuxtLayout': typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default']
  91. 'LazyNuxtErrorBoundary': typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
  92. 'LazyClientOnly': typeof import("../node_modules/nuxt/dist/app/components/client-only")['default']
  93. 'LazyDevOnly': typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default']
  94. 'LazyServerPlaceholder': typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']
  95. 'LazyNuxtLink': typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default']
  96. 'LazyNuxtLoadingIndicator': typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
  97. 'LazyNuxtRouteAnnouncer': typeof import("../node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
  98. 'LazyNuxtImg': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
  99. 'LazyNuxtPicture': typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
  100. 'LazyNuxtPage': typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default']
  101. 'LazyNoScript': typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript']
  102. 'LazyLink': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link']
  103. 'LazyBase': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base']
  104. 'LazyTitle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title']
  105. 'LazyMeta': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta']
  106. 'LazyStyle': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style']
  107. 'LazyHead': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head']
  108. 'LazyHtml': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html']
  109. 'LazyBody': typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
  110. 'LazyNuxtIsland': typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default']
  111. 'LazyNuxtRouteAnnouncer': IslandComponent<typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']>
  112. }
  113. declare module 'vue' {
  114. export interface GlobalComponents extends _GlobalComponents { }
  115. }
  116. export const AdvertisingBuyAD: typeof import("../components/advertising/BuyAD.vue")['default']
  117. export const AdvertisingFoot: typeof import("../components/advertising/Foot.vue")['default']
  118. export const AdvertisingHead: typeof import("../components/advertising/Head.vue")['default']
  119. export const AdvertisingOrderList copy: typeof import("../components/advertising/OrderList copy.vue")['default']
  120. export const AdvertisingOrderList: typeof import("../components/advertising/OrderList.vue")['default']
  121. export const DetailHotNews: typeof import("../components/detail/HotNews.vue")['default']
  122. export const DetailHotNews2: typeof import("../components/detail/HotNews2.vue")['default']
  123. export const HomeAdvertising: typeof import("../components/home/Advertising.vue")['default']
  124. export const HomeBanner1: typeof import("../components/home/Banner1.vue")['default']
  125. export const HomeBigSwiper: typeof import("../components/home/BigSwiper.vue")['default']
  126. export const HomeBigTitleList: typeof import("../components/home/BigTitle_List.vue")['default']
  127. export const HomeMoreService: typeof import("../components/home/MoreService.vue")['default']
  128. export const HomePageMessage: typeof import("../components/home/PageMessage.vue")['default']
  129. export const HomePagination: typeof import("../components/home/Pagination.vue")['default']
  130. export const HomeSecondaryHeading: typeof import("../components/home/SecondaryHeading.vue")['default']
  131. export const HomeSlider: typeof import("../components/home/Slider.vue")['default']
  132. export const HomeSmallSwiper: typeof import("../components/home/SmallSwiper.vue")['default']
  133. export const HomeSmallSwiper1: typeof import("../components/home/SmallSwiper1.vue")['default']
  134. export const HomeTopTen: typeof import("../components/home/TopTen.vue")['default']
  135. export const HomeBigTitle: typeof import("../components/home/bigTitle.vue")['default']
  136. export const HomeFoot: typeof import("../components/home/foot.vue")['default']
  137. export const HomeFoot1: typeof import("../components/home/foot1.vue")['default']
  138. export const HomeFootCopy: typeof import("../components/home/footCopy.vue")['default']
  139. export const HomePageHead: typeof import("../components/home/pageHead.vue")['default']
  140. export const HomePageNavigation: typeof import("../components/home/pageNavigation.vue")['default']
  141. export const HomePageNavigation1: typeof import("../components/home/pageNavigation1.vue")['default']
  142. export const HomeSannongzixun: typeof import("../components/home/sannongzixun.vue")['default']
  143. export const HomeTopTenTitle: typeof import("../components/home/topTenTitle.vue")['default']
  144. export const HomeZixuntuijian: typeof import("../components/home/zixuntuijian.vue")['default']
  145. export const TopicHead: typeof import("../components/topic/head.vue")['default']
  146. export const Zhinengqwnda: typeof import("../components/zhinengqwnda.vue")['default']
  147. export const NuxtWelcome: typeof import("../node_modules/nuxt/dist/app/components/welcome.vue")['default']
  148. export const NuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default']
  149. export const NuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
  150. export const ClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default']
  151. export const DevOnly: typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default']
  152. export const ServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']
  153. export const NuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default']
  154. export const NuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
  155. export const NuxtRouteAnnouncer: typeof import("../node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
  156. export const NuxtImg: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
  157. export const NuxtPicture: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
  158. export const NuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default']
  159. export const NoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript']
  160. export const Link: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link']
  161. export const Base: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base']
  162. export const Title: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title']
  163. export const Meta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta']
  164. export const Style: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style']
  165. export const Head: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head']
  166. export const Html: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html']
  167. export const Body: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
  168. export const NuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default']
  169. export const NuxtRouteAnnouncer: IslandComponent<typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']>
  170. export const LazyAdvertisingBuyAD: typeof import("../components/advertising/BuyAD.vue")['default']
  171. export const LazyAdvertisingFoot: typeof import("../components/advertising/Foot.vue")['default']
  172. export const LazyAdvertisingHead: typeof import("../components/advertising/Head.vue")['default']
  173. export const LazyAdvertisingOrderList copy: typeof import("../components/advertising/OrderList copy.vue")['default']
  174. export const LazyAdvertisingOrderList: typeof import("../components/advertising/OrderList.vue")['default']
  175. export const LazyDetailHotNews: typeof import("../components/detail/HotNews.vue")['default']
  176. export const LazyDetailHotNews2: typeof import("../components/detail/HotNews2.vue")['default']
  177. export const LazyHomeAdvertising: typeof import("../components/home/Advertising.vue")['default']
  178. export const LazyHomeBanner1: typeof import("../components/home/Banner1.vue")['default']
  179. export const LazyHomeBigSwiper: typeof import("../components/home/BigSwiper.vue")['default']
  180. export const LazyHomeBigTitleList: typeof import("../components/home/BigTitle_List.vue")['default']
  181. export const LazyHomeMoreService: typeof import("../components/home/MoreService.vue")['default']
  182. export const LazyHomePageMessage: typeof import("../components/home/PageMessage.vue")['default']
  183. export const LazyHomePagination: typeof import("../components/home/Pagination.vue")['default']
  184. export const LazyHomeSecondaryHeading: typeof import("../components/home/SecondaryHeading.vue")['default']
  185. export const LazyHomeSlider: typeof import("../components/home/Slider.vue")['default']
  186. export const LazyHomeSmallSwiper: typeof import("../components/home/SmallSwiper.vue")['default']
  187. export const LazyHomeSmallSwiper1: typeof import("../components/home/SmallSwiper1.vue")['default']
  188. export const LazyHomeTopTen: typeof import("../components/home/TopTen.vue")['default']
  189. export const LazyHomeBigTitle: typeof import("../components/home/bigTitle.vue")['default']
  190. export const LazyHomeFoot: typeof import("../components/home/foot.vue")['default']
  191. export const LazyHomeFoot1: typeof import("../components/home/foot1.vue")['default']
  192. export const LazyHomeFootCopy: typeof import("../components/home/footCopy.vue")['default']
  193. export const LazyHomePageHead: typeof import("../components/home/pageHead.vue")['default']
  194. export const LazyHomePageNavigation: typeof import("../components/home/pageNavigation.vue")['default']
  195. export const LazyHomePageNavigation1: typeof import("../components/home/pageNavigation1.vue")['default']
  196. export const LazyHomeSannongzixun: typeof import("../components/home/sannongzixun.vue")['default']
  197. export const LazyHomeTopTenTitle: typeof import("../components/home/topTenTitle.vue")['default']
  198. export const LazyHomeZixuntuijian: typeof import("../components/home/zixuntuijian.vue")['default']
  199. export const LazyTopicHead: typeof import("../components/topic/head.vue")['default']
  200. export const LazyZhinengqwnda: typeof import("../components/zhinengqwnda.vue")['default']
  201. export const LazyNuxtWelcome: typeof import("../node_modules/nuxt/dist/app/components/welcome.vue")['default']
  202. export const LazyNuxtLayout: typeof import("../node_modules/nuxt/dist/app/components/nuxt-layout")['default']
  203. export const LazyNuxtErrorBoundary: typeof import("../node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default']
  204. export const LazyClientOnly: typeof import("../node_modules/nuxt/dist/app/components/client-only")['default']
  205. export const LazyDevOnly: typeof import("../node_modules/nuxt/dist/app/components/dev-only")['default']
  206. export const LazyServerPlaceholder: typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']
  207. export const LazyNuxtLink: typeof import("../node_modules/nuxt/dist/app/components/nuxt-link")['default']
  208. export const LazyNuxtLoadingIndicator: typeof import("../node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
  209. export const LazyNuxtRouteAnnouncer: typeof import("../node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
  210. export const LazyNuxtImg: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
  211. export const LazyNuxtPicture: typeof import("../node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
  212. export const LazyNuxtPage: typeof import("../node_modules/nuxt/dist/pages/runtime/page")['default']
  213. export const LazyNoScript: typeof import("../node_modules/nuxt/dist/head/runtime/components")['NoScript']
  214. export const LazyLink: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Link']
  215. export const LazyBase: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Base']
  216. export const LazyTitle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Title']
  217. export const LazyMeta: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Meta']
  218. export const LazyStyle: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Style']
  219. export const LazyHead: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Head']
  220. export const LazyHtml: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Html']
  221. export const LazyBody: typeof import("../node_modules/nuxt/dist/head/runtime/components")['Body']
  222. export const LazyNuxtIsland: typeof import("../node_modules/nuxt/dist/app/components/nuxt-island")['default']
  223. export const LazyNuxtRouteAnnouncer: IslandComponent<typeof import("../node_modules/nuxt/dist/app/components/server-placeholder")['default']>
  224. export const componentNames: string[]