wangjuncheng
2025-05-19 f5688d9765782bbb97b3abb8ee99fe7b9834a149
1
2
3
4
5
// src/eventBus.js
import mitt from "mitt";
 
// 创建事件总线
export const EventBus = mitt();