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