wangjuncheng
7 天以前 23df18a7e9d79a370aec3a8def635850c1c7d891
1
2
3
4
5
// src/eventBus.js
import mitt from "mitt";
 
// 创建事件总线
export const EventBus = mitt();