zhengnaiwen_citu hace 4 meses
padre
commit
b5fc9cd56f
Se han modificado 1 ficheros con 3 adiciones y 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']
+  }
 }