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