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