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