zhengnaiwen_citu hai 4 meses
pai
achega
b5fc9cd56f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      components.d.ts

+ 3 - 0
components.d.ts

@@ -73,4 +73,7 @@ declare module 'vue' {
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
   }
+  export interface ComponentCustomProperties {
+    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
+  }
 }