소스 검색

类型问题修复

刘洋 6 달 전
부모
커밋
a3f3dc1bd1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 };