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