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