|
|
@@ -6,26 +6,27 @@
|
|
|
export {}
|
|
|
|
|
|
declare module 'vue' {
|
|
|
- export interface GlobalComponents {
|
|
|
- Dashboard: typeof import('./src/components/Dashboard.vue')['default']
|
|
|
- ElAside: typeof import('element-plus/es')['ElAside']
|
|
|
- ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
|
- ElCard: typeof import('element-plus/es')['ElCard']
|
|
|
- ElCol: typeof import('element-plus/es')['ElCol']
|
|
|
- ElContainer: typeof import('element-plus/es')['ElContainer']
|
|
|
- ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
|
|
|
- ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
|
|
|
- ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
- ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
- ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
- ElMain: typeof import('element-plus/es')['ElMain']
|
|
|
- ElRow: typeof import('element-plus/es')['ElRow']
|
|
|
- Footer: typeof import('./src/components/Footer.vue')['default']
|
|
|
- Header: typeof import('./src/components/Header.vue')['default']
|
|
|
- HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
|
- Login: typeof import('./src/components/Login.vue')['default']
|
|
|
- Register: typeof import('./src/components/Register.vue')['default']
|
|
|
- RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
- RouterView: typeof import('vue-router')['RouterView']
|
|
|
- }
|
|
|
+ export interface GlobalComponents {
|
|
|
+ Dashboard: typeof import('./src/components/Dashboard.vue')['default']
|
|
|
+ DropFile: typeof import('./src/components/DropFile.vue')['default']
|
|
|
+ ElAside: typeof import('element-plus/es')['ElAside']
|
|
|
+ ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
|
+ ElCard: typeof import('element-plus/es')['ElCard']
|
|
|
+ ElCol: typeof import('element-plus/es')['ElCol']
|
|
|
+ ElContainer: typeof import('element-plus/es')['ElContainer']
|
|
|
+ ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
|
|
|
+ ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
|
|
|
+ ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
+ ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
+ ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
+ ElMain: typeof import('element-plus/es')['ElMain']
|
|
|
+ ElRow: typeof import('element-plus/es')['ElRow']
|
|
|
+ Footer: typeof import('./src/components/Footer.vue')['default']
|
|
|
+ Header: typeof import('./src/components/Header.vue')['default']
|
|
|
+ HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
|
+ Login: typeof import('./src/components/Login.vue')['default']
|
|
|
+ Register: typeof import('./src/components/Register.vue')['default']
|
|
|
+ RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
+ RouterView: typeof import('vue-router')['RouterView']
|
|
|
+ }
|
|
|
}
|