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