/** * 事件总线。 * @see https://www.npmjs.com/package/mitt */ import mitt from 'mitt'; export default mitt;