zhengnaiwen_citu 4 месяцев назад
Родитель
Сommit
b5fc9cd56f
1 измененных файлов с 3 добавлено и 0 удалено
  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']
+  }
 }