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