浏览代码

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 {};