liuleilei
2023-08-14 d573ff1f39420c7e0dab50037724fb9a3a0e202f
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;