Browse Source

类型问题修复

刘洋 6 tháng trước cách đây
mục cha
commit
a3f3dc1bd1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/plugins/eventBus.ts

+ 1 - 1
src/plugins/eventBus.ts

@@ -1,7 +1,7 @@
 import mitt from "mitt";
 
 type Events = {
-  "should-reload-history": undefined;
+  "should-reload-history": any;
   "draw-change": any;
 };