2026-07-14 15:42:14 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
|
|
|
|
AppHeader: typeof import('./src/components/Layout/AppHeader.vue')['default']
|
|
|
|
|
AppMain: typeof import('./src/components/Layout/AppMain.vue')['default']
|
|
|
|
|
AppSidebar: typeof import('./src/components/Layout/AppSidebar.vue')['default']
|
|
|
|
|
AuditLogTable: typeof import('./src/components/AuditLogTable.vue')['default']
|
2026-07-17 10:28:02 +08:00
|
|
|
BusinessLineSwitcher: typeof import('./src/components/BusinessLineSwitcher.vue')['default']
|
2026-07-29 16:36:27 +08:00
|
|
|
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
|
2026-07-14 15:42:14 +08:00
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
2026-07-28 19:15:29 +08:00
|
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
2026-07-17 15:02:18 +08:00
|
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
2026-07-14 15:42:14 +08:00
|
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
2026-07-21 18:26:50 +08:00
|
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
2026-07-14 15:42:14 +08:00
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
2026-07-28 17:56:58 +08:00
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
2026-07-14 15:42:14 +08:00
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
2026-07-28 19:15:29 +08:00
|
|
|
ElSlider: typeof import('element-plus/es')['ElSlider']
|
2026-07-17 15:02:18 +08:00
|
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
2026-07-30 18:14:19 +08:00
|
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
2026-07-14 15:42:14 +08:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
SubsystemCard: typeof import('./src/components/SubsystemCard.vue')['default']
|
|
|
|
|
}
|
2026-07-17 15:02:18 +08:00
|
|
|
export interface ComponentCustomProperties {
|
|
|
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
|
|
|
}
|
2026-07-14 15:42:14 +08:00
|
|
|
}
|