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