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