Mr.Zhang
2023-09-13 8c03902a415256e14c9039dcfc6e49982a709ee8
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;