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