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