liuleilei
2023-09-11 faf1d3cc35a3a5f83558946c8056537a4d77fa1f
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;