소스 검색

ts报错bug修复

刘洋 1 년 전
부모
커밋
b872261be5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/types/global.d.ts

+ 3 - 0
src/types/global.d.ts

@@ -49,6 +49,9 @@ declare module "vue" {
     // APopconfirm: typeof import("ant-design-vue")["Popconfirm"];
     // ATooltip: typeof import("ant-design-vue")["Tooltip"];
   }
+  export interface ComponentCustomProperties {
+    $filters: any;
+  }
 }
 
 export {};