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