瀏覽代碼

版本号:v24.12.26.1233

Xiao_123 4 月之前
父節點
當前提交
7bbff45fd4
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      components.d.ts
  2. 1 1
      src/version.js

+ 3 - 0
components.d.ts

@@ -72,4 +72,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']
+  }
 }

+ 1 - 1
src/version.js

@@ -1,2 +1,2 @@
 // 版本号
-export const vue_version = 'v24.12.24.1544'
+export const vue_version = 'v24.12.26.1233'