瀏覽代碼

类型问题修复

刘洋 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;
 };