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