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
|
2024-12-02 16:31:39 +08:00
|
|
|
export {}
|
2023-11-30 10:49:45 +08:00
|
|
|
|
|
|
|
|
declare module 'vue' {
|
2023-12-08 20:29:37 +08:00
|
|
|
export interface GlobalComponents {
|
2024-11-26 15:38:36 +08:00
|
|
|
Breadcrumb: typeof import('./src/components/Breadcrumb/index.vue')['default']
|
2024-11-28 15:11:08 +08:00
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
2024-12-02 16:31:39 +08:00
|
|
|
ElCascader: typeof import('element-plus/es')['ElCascader']
|
|
|
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
2024-11-28 15:11:08 +08:00
|
|
|
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
|
|
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
|
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
2024-11-27 16:56:26 +08:00
|
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
|
|
ElImage: typeof import('element-plus/es')['ElImage']
|
2024-11-28 15:11:08 +08:00
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
2024-11-27 16:56:26 +08:00
|
|
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
|
|
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
2024-11-28 15:11:08 +08:00
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
2024-12-03 09:16:20 +08:00
|
|
|
ElProgress: typeof import('element-plus/es')['ElProgress']
|
2024-11-28 15:11:08 +08:00
|
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
2024-12-05 12:04:24 +08:00
|
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
2024-11-28 15:11:08 +08:00
|
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
2024-12-08 20:40:59 +08:00
|
|
|
Empty: typeof import('./src/components/Empty/index.vue')['default']
|
2023-12-08 20:29:37 +08:00
|
|
|
EquipCard: typeof import('./src/components/equipCard.vue')['default']
|
2024-11-25 18:00:42 +08:00
|
|
|
EquipCardHall: typeof import('./src/components/equipCardHall/index.vue')['default']
|
2024-11-22 18:03:09 +08:00
|
|
|
EquipCardNew: typeof import('./src/components/equipCardNew/index.vue')['default']
|
2023-12-08 20:29:37 +08:00
|
|
|
EquipDetailTable: typeof import('./src/components/equipDetailTable.vue')['default']
|
|
|
|
|
FooterInfo: typeof import('./src/components/FooterInfo/index.vue')['default']
|
|
|
|
|
FormComponent: typeof import('./src/components/FormComponent/index.vue')['default']
|
2024-11-23 16:31:54 +08:00
|
|
|
Header: typeof import('./src/components/header/index.vue')['default']
|
2023-12-08 20:29:37 +08:00
|
|
|
Navmenu: typeof import('./src/components/Navmenu/index.vue')['default']
|
|
|
|
|
PagingComponent: typeof import('./src/components/PagingComponent/index.vue')['default']
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
TableComponent: typeof import('./src/components/TableComponent/index.vue')['default']
|
2024-12-04 18:00:17 +08:00
|
|
|
TitleTip: typeof import('./src/components/TitleTip/index.vue')['default']
|
2023-12-08 20:29:37 +08:00
|
|
|
UploadComponent: typeof import('./src/components/uploadComponent/index.vue')['default']
|
2024-11-27 15:16:53 +08:00
|
|
|
UploadComponentNew: typeof import('./src/components/uploadComponentNew/index.vue')['default']
|
2023-12-08 20:29:37 +08:00
|
|
|
UploadImg: typeof import('./src/components/uploadImg.vue')['default']
|
|
|
|
|
}
|
2023-11-30 10:49:45 +08:00
|
|
|
}
|