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