forked from iod/cpnode-front
16 lines
585 B
TypeScript
16 lines
585 B
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
IMdiAccountBox: typeof import('~icons/mdi/account-box')['default']
|
|
Loading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
PageLoading: typeof import('./../components/PageLoading.vue')['default']
|
|
UserCenter: typeof import('./../components/UserCenter.vue')['default']
|
|
}
|
|
}
|
|
|
|
export {}
|