1
wangjuncheng
6 天以前 5a93ff9c70a25e09d77aff8e9175022b63b3060f
1
2
3
4
5
// src/eventBus.js
import mitt from "mitt";
 
// 创建事件总线
export const EventBus = mitt();