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