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-07-04 11:29:23 +08:00
|
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
|
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
|
|
ElImage: typeof import('element-plus/es')['ElImage']
|
|
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
2025-06-13 21:00:13 +08:00
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
2025-07-04 11:29:23 +08:00
|
|
|
ElPopover: typeof import('element-plus/es')['ElPopover']
|
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-07-04 11:29:23 +08:00
|
|
|
Marquee: typeof import('./src/components/Marquee.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']
|
2025-07-04 11:29:23 +08:00
|
|
|
TextGenerateEffect: typeof import('./src/components/TextGenerateEffect.vue')['default']
|
2025-06-11 17:09:33 +08:00
|
|
|
}
|
|
|
|
|
}
|