Mr.Shi
2023-09-13 46b0b4d41a260e44e5e648d79cac60e97fe17789
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;