import mitt from 'mitt'; /** * 穿件全局事件总线 * @type {Emitter>} */ const emitter = mitt(); export default emitter;