2025-06-11 17:09:33 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
|
// biome-ignore lint: disable
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
2025-06-13 21:00:13 +08:00
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
2025-06-23 19:26:58 +08:00
|
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
|
|
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
2025-06-20 18:44:15 +08:00
|
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
2025-06-13 21:00:13 +08:00
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
2025-06-23 19:26:58 +08:00
|
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
2025-06-20 18:44:15 +08:00
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
2025-06-12 19:01:03 +08:00
|
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
|
|
|
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
|
|
|
Footer: typeof import('./src/components/Footer.vue')['default']
|
2025-06-11 17:09:33 +08:00
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
2025-06-12 19:01:03 +08:00
|
|
|
Navbar: typeof import('./src/components/Navbar.vue')['default']
|
2025-06-11 17:09:33 +08:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
Test: typeof import('./src/components/Test.vue')['default']
|
|
|
|
|
}
|
|
|
|
|
}
|