Mr.Shi
2023-09-05 16cd5600efc6f94ed617cb09e1a2dd579017ddef
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;