liuleilei
2023-08-14 10296eb0cf28037964ce9e6371cf6f38dd45682f
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;