111
k94314517
2023-08-18 709298cfae022fb0753d27c4d4143e93284fe22e
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;