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