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