Mr.Shi
2023-08-21 9806ca2cd1f15c6cf7b595ae455ff61904792b8a
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;