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