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