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