|
|
@@ -7,11 +7,7 @@ export {};
|
|
|
/* prettier-ignore */
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
- ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
}
|
|
|
- export interface ComponentCustomProperties {
|
|
|
- vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
|
- }
|
|
|
}
|