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