Xiao_123 5 месяцев назад
Родитель
Сommit
c58f947a59
2 измененных файлов с 4 добавлено и 2 удалено
  1. 2 0
      components.d.ts
  2. 2 2
      src/version.js

+ 2 - 0
components.d.ts

@@ -30,6 +30,8 @@ declare module 'vue' {
     DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
     Details: typeof import('./src/components/Enterprise/details.vue')['default']
     Echarts: typeof import('./src/components/Echarts/index.vue')['default']
+    ElCarousel: typeof import('element-plus/es')['ElCarousel']
+    ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
     ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
     Empty: typeof import('./src/components/Empty/index.vue')['default']
     File: typeof import('./src/components/Upload/file.vue')['default']

+ 2 - 2
src/version.js

@@ -1,2 +1,2 @@
-// 版本号 1611
-export const vue_version = 'v24.11.27.1611'
+// 版本号 0957
+export const vue_version = 'v24.11.29.0957'