Mr.Shi
2023-09-01 18631742d70b571208214df6488258ca41e025ce
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;