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