瀏覽代碼

合并代码

lifanagju_citu 9 月之前
父節點
當前提交
46a44cf5a0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components.d.ts

+ 1 - 0
components.d.ts

@@ -27,6 +27,7 @@ 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']
+    ElCascader: typeof import('element-plus/es')['ElCascader']
     Empty: typeof import('./src/components/Empty/index.vue')['default']
     File: typeof import('./src/components/Upload/file.vue')['default']
     HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']