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