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