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