// src/eventBus.js import mitt from "mitt"; // 创建事件总线 export const EventBus = mitt();