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