You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
650 B
19 lines
650 B
3 months ago
|
/* eslint-disable */
|
||
|
// @ts-nocheck
|
||
|
// Generated by unplugin-vue-components
|
||
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||
|
export {}
|
||
|
|
||
|
/* prettier-ignore */
|
||
|
declare module 'vue' {
|
||
|
export interface GlobalComponents {
|
||
|
ElCol: typeof import('element-plus/es')['ElCol']
|
||
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
||
|
ElProgress: typeof import('element-plus/es')['ElProgress']
|
||
|
ElRow: typeof import('element-plus/es')['ElRow']
|
||
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
||
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
}
|
||
|
}
|