2
0
刘洋 1 жил өмнө
parent
commit
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 {};