111
k94314517
2023-09-14 b775bd00e11cfd575b067f6394684849a0796479
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;