2023-11-30 10:49:45 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
2023-12-01 14:48:58 +08:00
|
|
|
export {}
|
2023-11-30 10:49:45 +08:00
|
|
|
|
|
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
2023-12-01 13:00:16 +08:00
|
|
|
ElCarousel: typeof import('element-plus/es')['ElCarousel']
|
|
|
|
|
ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
|
2023-12-04 10:19:21 +08:00
|
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
2023-12-04 09:12:38 +08:00
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
|
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
2023-11-30 10:49:45 +08:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
}
|
|
|
|
|
}
|