Explorar el Código

类型问题修复

刘洋 hace 6 meses
padre
commit
a3f3dc1bd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 };