Mr.Zhang
2023-10-16 c10e136ad6639bf29819e78f81c61390d99487a2
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;