Mr.Zhang
2023-08-17 b32971b510810d697481bc677249d100de007059
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;