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