2024-03-23 11:04:54 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
/* prettier-ignore */
|
|
|
|
// @ts-nocheck
|
|
|
|
// Generated by unplugin-vue-components
|
2023-02-02 16:07:38 +08:00
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
|
2024-03-23 11:04:54 +08:00
|
|
|
declare module 'vue' {
|
2023-02-02 16:07:38 +08:00
|
|
|
export interface GlobalComponents {
|
2023-02-28 16:41:32 +08:00
|
|
|
AppPage: typeof import('./../src/components/AppPage.vue')['default']
|
2023-02-02 16:07:38 +08:00
|
|
|
ElSvgIcon: typeof import('./../src/components/ElSvgIcon.vue')['default']
|
2023-02-23 14:24:56 +08:00
|
|
|
IconSelector: typeof import('./../src/components/IconSelector.vue')['default']
|
2023-06-25 15:05:43 +08:00
|
|
|
MenuIcon: typeof import('./../src/components/MenuIcon.vue')['default']
|
2023-02-02 16:07:38 +08:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
SvgIcon: typeof import('./../src/icons/SvgIcon.vue')['default']
|
|
|
|
TestUnit: typeof import('./../src/components/TestUnit.vue')['default']
|
|
|
|
}
|
|
|
|
}
|