eventBus.js 74 B

12345
  1. import mitt from 'mitt'
  2. const eventBus = mitt()
  3. export default eventBus