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