jiaosong
2023-08-18 b42aecb23d3b2baa52fd7474282dfc1018fd066e
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;